| // 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 |