WindowsParser constructor

WindowsParser()

Create a new WindowsParser using compiled data

See the Rust documentation for new for more information.

Implementation

factory WindowsParser() {
  final result = _icu4x_WindowsParser_create_mv1();
  return WindowsParser._fromFfi(result, []);
}