Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (this.reply != null) { json[r'reply'] = this.reply; } else { json[r'reply'] = null; } return json; }