isLoading property
bool
get
isLoading
Whether the view model is currently loading data.
Implementation
bool get isLoading => _isLoading;
Whether the view model is currently loading data.
bool get isLoading => _isLoading;