hideLocation property
inherited
Implementation
@override
bool get hideLocation {
_$hideLocationAtom.reportRead();
return super.hideLocation;
}
inherited
Implementation
@override
set hideLocation(bool value) {
_$hideLocationAtom.reportWrite(value, super.hideLocation, () {
super.hideLocation = value;
});
}