isLoading property

bool get isLoading

Whether this state represents a loading operation.

Implementation

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