getRangeHyperlink property

dynamic Function(num, num) get getRangeHyperlink

Implementation

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

Implementation

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