blob: dbf12c7aabfecb5622573898166e2202ab9b7da1 [file] [log] [blame] [edit]
// generated by diplomat-tool
part of 'lib.g.dart';
/// See the [Rust documentation for `Strength`](https://docs.rs/icu/latest/icu/collator/enum.Strength.html) for more information.
enum CollatorStrength {
auto,
primary,
secondary,
tertiary,
quaternary,
identical;
}