state property
MutationState<T>
get
state
Gets the current state of the mutation.
Implementation
MutationState<T> get state => _state;
Gets the current state of the mutation.
MutationState<T> get state => _state;