isLoading property

bool get isLoading

Checks if the state is loading

Implementation

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