getTargetRanges property
List<StaticRange> Function()
get
getTargetRanges
Implementation
_i2.List<_i3.StaticRange> Function() get getTargetRanges =>
() => ((_i4.callMethod(
_i4.getProperty(
this,
'getTargetRanges',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
getTargetRanges
(List<StaticRange> value())
Implementation
set getTargetRanges(_i2.List<_i3.StaticRange> Function() value) {
_i4.setProperty(
this,
'getTargetRanges',
_i4.allowInterop(value),
);
}