SuccessMutationState<T> constructor
SuccessMutationState<T> (
- T value
Creates a success state with the resulting value.
Implementation
SuccessMutationState(this.value);
Creates a success state with the resulting value.
SuccessMutationState(this.value);