isAdsOn property

bool get isAdsOn

Implementation

bool get isAdsOn => _isAdsOn;
set isAdsOn (bool value)

Implementation

set isAdsOn(bool value) {
  _isAdsOn = value;
  notifyListeners();
}