IanaParserExtended constructor

IanaParserExtended()

Create a new IanaParserExtended using compiled data

See the Rust documentation for new for more information.

Implementation

factory IanaParserExtended() {
  final result = _icu4x_IanaParserExtended_create_mv1();
  return IanaParserExtended._fromFfi(result, []);
}