MutationGroup constructor

MutationGroup({
  1. List<Mutation>? mutations,
})

Implementation

MutationGroup({
  this.mutations,
});