Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
TrailingCase.g.dart
blob: d85cd1054d63684b55936d4381654e676809b279 [
file
] [
log
] [
blame
] [
edit
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `TrailingCase`](https://docs.rs/icu/latest/icu/casemap/titlecase/enum.TrailingCase.html) for more information.
enum TrailingCase
{
lower
,
unchanged
;
}