isLoading property
bool
get
isLoading
Whether this state represents a loading operation.
Implementation
bool get isLoading => this is AsyncLoading<T>;
Whether this state represents a loading operation.
bool get isLoading => this is AsyncLoading<T>;