requestStopperEnabled property
bool
get
requestStopperEnabled
Implementation
bool get requestStopperEnabled => _requestStopperEnabled;
set
requestStopperEnabled
(bool value)
Implementation
set requestStopperEnabled(bool value) {
if (_requestStopperEnabled == value) return;
_requestStopperEnabled = value;
notifyListeners();
}