isLoading property
Returns true
if an asynchronous operation is in progress, false
otherwise.
Implementation
bool get isLoading => _isLoading;
Returns true
if an asynchronous operation is in progress, false
otherwise.
bool get isLoading => _isLoading;