NumberFormatPart constructor

NumberFormatPart({
  1. Object? type,
  2. String? value,
})

Implementation

factory NumberFormatPart({
  _i2.Object? type,
  _i2.String? value,
}) =>
    NumberFormatPart._(
      type: type ?? _i4.undefined,
      value: value,
    );