Future<R> mutateNowOf(String of, {bool append = false}) { final key = MutationKey.of<R>(of); return key.mutateNow(this, append: append); }