isRefreshing property

bool isRefreshing

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

Implementation

bool get isRefreshing => this == OperationState.refreshing;