isAvoiding property
bool
get
isAvoiding
(undocumented) This read-only property is true when the routing tries to be smart about not overlapping other parts.
Implementation
_i2.bool get isAvoiding => _i4.getProperty(
this,
'isAvoiding',
);
set
isAvoiding
(bool value)
Implementation
set isAvoiding(_i2.bool value) {
_i4.setProperty(
this,
'isAvoiding',
value,
);
}