isLoading property

bool get isLoading

Checks if the status indicates that the state is loading.

Implementation

bool get isLoading => this is LoadingStatus;