isIdle property
bool
get
isIdle
Whether the mutation is currently idle.
This is equivalent to checking if the mutation state is MutationIdle.
Implementation
bool get isIdle => this is MutationIdle<ResultT>;