mutateNow method

FutureOr<R> mutateNow(
  1. MutationKey<R> retainKey, {
  2. bool append = false,
})

Implementation

FutureOr<R> mutateNow(MutationKey<R> retainKey, {bool append = false}) {
  return retainKey.mutateNow(this, append: append);
}