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