range property
Range
get
range
The range this link applies to.
Implementation
_i3.Range get range => _i5.getProperty(
this,
'range',
);
set
range
(Range value)
Implementation
set range(_i3.Range value) {
_i5.setProperty(
this,
'range',
value,
);
}