getRangeTextCase property

Object Function(num, num) get getRangeTextCase

Implementation

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

Implementation

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