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