Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
DisplayNamesFallback.g.dart
blob: 18d4a960e1521c0391b6fc413ddef6142b46589e [
file
] [
log
] [
blame
] [
edit
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `Fallback`](https://docs.rs/icu/latest/icu/displaynames/options/enum.Fallback.html) for more information.
enum DisplayNamesFallback
{
code
,
none
;
}