formatRangeToParts property

List<DateTimeRangeFormatPart> Function(Object, Object) get formatRangeToParts

Implementation

_i2.List<_i3.DateTimeRangeFormatPart> Function(
  _i2.Object,
  _i2.Object,
) get formatRangeToParts => (
      _i2.Object p0,
      _i2.Object p1,
    ) =>
        ((_i5.callMethod(
          _i5.getProperty(
            this,
            'formatRangeToParts',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        )) as _i2.List)
            .cast();
set formatRangeToParts (List<DateTimeRangeFormatPart> value(Object, Object))

Implementation

set formatRangeToParts(
    _i2.List<_i3.DateTimeRangeFormatPart> Function(
      _i2.Object,
      _i2.Object,
    ) value) {
  _i5.setProperty(
    this,
    'formatRangeToParts',
    _i5.allowInterop(value),
  );
}