blob: 7e93127f762cd4fa8e3d3ccc50f587baf8d3a834 [file] [log] [blame] [edit]
// generated by diplomat-tool
part of 'lib.g.dart';
/// See the [Rust documentation for `CaseFirst`](https://docs.rs/icu/latest/icu/collator/enum.CaseFirst.html) for more information.
enum CollatorCaseFirst {
auto,
off,
lowerFirst,
upperFirst;
}