state property

MutationState<T> get state

Gets the current state of the mutation.

Implementation

MutationState<T> get state => _state;