LocaleDirectionality.extended constructor

LocaleDirectionality.extended()

Construct a new LocaleDirectionality instance using compiled data.

See the Rust documentation for new_extended for more information.

Implementation

factory LocaleDirectionality.extended() {
  final result = _icu4x_LocaleDirectionality_create_extended_mv1();
  return LocaleDirectionality._fromFfi(result, []);
}