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