Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
TimeLength.g.dart
blob: e9557092bce7f4f510ec7a5a18c31d0720f9b3e7 [
file
] [
log
] [
blame
] [
edit
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `Time`](https://docs.rs/icu/latest/icu/datetime/options/length/enum.Time.html) for more information.
enum TimeLength
{
full
,
long
,
medium
,
short
;
}