formatToParts property

List<NumberFormatPart> Function([Object?]) get formatToParts

Implementation

_i2.List<_i3.NumberFormatPart> Function([_i2.Object?]) get formatToParts =>
    ([_i2.Object? p0]) => ((_i5.callMethod(
          _i5.getProperty(
            this,
            'formatToParts',
          ),
          r'call',
          [
            this,
            p0 ?? _i4.undefined,
          ],
        )) as _i2.List)
            .cast();
set formatToParts (List<NumberFormatPart> value([Object?]))

Implementation

set formatToParts(
    _i2.List<_i3.NumberFormatPart> Function([_i2.Object?]) value) {
  _i5.setProperty(
    this,
    'formatToParts',
    _i5.allowInterop(value),
  );
}