blob: 6ee7014e1e1dff801d19984ada7c6cec59f11fdf [file]
// generated by diplomat-tool
part of 'lib.g.dart';
/// What additional data is required to load when performing fallback.
///
/// See the [Rust documentation for `LocaleFallbackSupplement`](https://docs.rs/icu/latest/icu/locid_transform/fallback/enum.LocaleFallbackSupplement.html) for more information.
enum LocaleFallbackSupplement { none, collation }