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