isSucceed property

bool isSucceed

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

Implementation

bool get isSucceed => this == OperationState.success;