LocaleExpander constructor
Create a new LocaleExpander using compiled data.
See the Rust documentation for new_common
for more information.
Implementation
factory LocaleExpander() {
final result = _icu4x_LocaleExpander_create_common_mv1();
return LocaleExpander._fromFfi(result, []);
}