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