isLoading property

bool get isLoading

Implementation

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

Implementation

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