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