isLoading property

bool get isLoading

Whether this value represents a loading state.

Implementation

bool get isLoading => this is AsyncLoading<T>;