maxDistance property
num
get
maxDistance
Implementation
_i2.num get maxDistance => _i4.getProperty(
this,
'maxDistance',
);
set
maxDistance
(num value)
Implementation
set maxDistance(_i2.num value) {
_i4.setProperty(
this,
'maxDistance',
value,
);
}