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