Mutation<ResultType> constructor
const
Mutation<ResultType> ({})
Implementation
const Mutation({
Key? key,
required this.fetch,
required this.builder,
this.update,
this.onSuccess,
this.onError,
this.autoFetch = false,
}) : super(key: key);