isIdle property

bool isIdle

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

Implementation

bool get isIdle => this == OperationState.idle;