isIdle property
bool
get
isIdle
Whether the mutation is in MutationStatus.idle status (unexecuted or reset).
Implementation
bool get isIdle => _status.value == MutationStatus.idle;
Whether the mutation is in MutationStatus.idle status (unexecuted or reset).
bool get isIdle => _status.value == MutationStatus.idle;