formatRange property

String Function(Object, Object) get formatRange

Implementation

_i2.String Function(
  _i2.Object,
  _i2.Object,
) get formatRange => (
      _i2.Object p0,
      _i2.Object p1,
    ) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'formatRange',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
set formatRange (String value(Object, Object))

Implementation

set formatRange(
    _i2.String Function(
      _i2.Object,
      _i2.Object,
    ) value) {
  _i5.setProperty(
    this,
    'formatRange',
    _i5.allowInterop(value),
  );
}