isTestOn property

bool get isTestOn

Implementation

bool get isTestOn => _isTestOn;
set isTestOn (bool value)

Implementation

set isTestOn(bool value) {
  _isTestOn = value;
  notifyListeners();
}