toObject
abstract fun <T, S> MutationState<T>.toObject(mutation: MutationRef<T, S>): MutationObject<T, S>(source)
Converts the given MutationState to MutationObject.
Return
The converted object.
Parameters
mutation
The mutation reference.