Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
DisplayNamesStyle.g.dart
blob: 052b61311a01aaf4ea5eafc111d6417f31847a76 [
file
] [
log
] [
blame
] [
edit
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `Style`](https://docs.rs/icu/latest/icu/displaynames/options/enum.Style.html) for more information.
enum DisplayNamesStyle
{
auto
,
narrow
,
short
,
long
,
menu
;
}