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