blob: 99f5ff34cfa830ff21b473f125019b92c5193caf [file] [log] [blame] [edit]
// 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;
}