hideLocation property

  1. @override
bool hideLocation
inherited

Implementation

@override
bool get hideLocation {
  _$hideLocationAtom.reportRead();
  return super.hideLocation;
}
  1. @override
void hideLocation=(bool value)
inherited

Implementation

@override
set hideLocation(bool value) {
  _$hideLocationAtom.reportWrite(value, super.hideLocation, () {
    super.hideLocation = value;
  });
}