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