Map<String, dynamic> toJson() { return { 'id': id, 'contentType': contentType, 'fileName': fileName, 'content': content, 'contentId': contentId, 'length': length, 'url': url, }; }