isAdLoading property

bool isAdLoading

Implementation

bool get isAdLoading => _isAdLoading;
void isAdLoading=(bool value)

Implementation

set isAdLoading(bool value) {
  _isAdLoading = value;
  notifyListeners();
}