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