isLoading property
bool
get
isLoading
Checks if the state is loading
Implementation
bool get isLoading => this is AsyncLoading<T>;
Checks if the state is loading
bool get isLoading => this is AsyncLoading<T>;