isLoading property

bool get isLoading

Check if is loading

Implementation

bool get isLoading => this is LoadingState<T, E>;