isLoading property
bool
get
isLoading
Whether this status is loading.
Implementation
bool get isLoading => this is LoadingStatus;
Whether this status is loading.
bool get isLoading => this is LoadingStatus;