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