isLoading property

bool isLoading

Implementation

bool get isLoading => _isLoading;
void isLoading=(bool value)

Implementation

set isLoading(bool value) {
  _isLoading = value;
  notifyListeners();
}