myLocationEnabled property

bool myLocationEnabled

Implementation

bool get myLocationEnabled => _myLocationEnabled;
void myLocationEnabled=(bool value)

Implementation

set myLocationEnabled(bool value) {
  this._myLocationEnabled = value;
  notifyListeners();
}