Sign in
dart
/
i18n.git
/
43214dde639f496377b6151115d1415128298c53
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
CollatorNumeric.g.dart
blob: 50cae0c0082f24f7b6da239597ee1655373f7849 [
file
] [
log
] [
blame
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `Numeric`](https://docs.rs/icu/latest/icu/collator/enum.Numeric.html) for more information.
enum CollatorNumeric
{
auto
,
off
,
on
}