inProgress property

bool inProgress

Returns true if value is LoadingStatus.progress.

Implementation

bool get inProgress => value == LoadingStatus.progress;