getRangeAt property

Range Function(num) get getRangeAt

Implementation

_i3.Range Function(_i2.num) get getRangeAt => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'getRangeAt',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set getRangeAt (Range value(num))

Implementation

set getRangeAt(_i3.Range Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'getRangeAt',
    _i4.allowInterop(value),
  );
}