Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'comment'] = this.comment; return json; }