core.Map<core.String, core.dynamic> toJson() { final mutations = this.mutations; return {'mutations': ?mutations}; }