blob: 886fa1242f7f64c77dab5e7a1d85add771efa389 [file]
// generated by diplomat-tool
// dart format off
part of 'lib.g.dart';
/// See the [Rust documentation for `ListLength`](https://docs.rs/icu/2.0.0/icu/list/options/enum.ListLength.html) for more information.
enum ListLength {
wide,
short,
narrow;
}
// dart format on