isInProgress property

bool isInProgress

Returns true if the operation state is equals to OperationState.inProgress.

Implementation

bool get isInProgress => this == OperationState.inProgress;