| // generated by diplomat-tool | |
| part of 'lib.g.dart'; | |
| /// See the [Rust documentation for `LineBreakWordOption`](https://docs.rs/icu/latest/icu/segmenter/enum.LineBreakWordOption.html) for more information. | |
| enum LineBreakWordOption { | |
| normal, | |
| breakAll, | |
| keepAll; | |
| } |