toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'id': id,
'name': name,
'url': url,
'thumbnailUrl': thumbnailUrl,
'size': size,
'contentType': contentType,
'width': width,
'height': height
};
}