isLoading property
bool
get
isLoading
Returns true if the state is AsyncLoading.
Implementation
bool get isLoading => this is AsyncLoading<T>;
Returns true if the state is AsyncLoading.
bool get isLoading => this is AsyncLoading<T>;