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