| // generated by diplomat-tool | |
| // dart format off | |
| part of 'lib.g.dart'; | |
| /// See the [Rust documentation for `LanguageDisplay`](https://docs.rs/icu/2.0.0/icu/experimental/displaynames/enum.LanguageDisplay.html) for more information. | |
| enum LanguageDisplay { | |
| dialect, | |
| standard; | |
| } | |
| // dart format on |