getTargetRanges property

List<StaticRange> Function() getTargetRanges

Implementation

_i2.List<_i3.StaticRange> Function() get getTargetRanges =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getTargetRanges',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
void getTargetRanges=(List<StaticRange> value())

Implementation

set getTargetRanges(_i2.List<_i3.StaticRange> Function() value) {
  _i4.setProperty(
    this,
    'getTargetRanges',
    _i4.allowInterop(value),
  );
}