isInitial property
bool
get
isInitial
Whether the mutation is in its initial state.
Implementation
bool get isInitial => status == MutationStatus.initial;
Whether the mutation is in its initial state.
bool get isInitial => status == MutationStatus.initial;