fromMap method
Implementation
void fromMap(Map<String, dynamic> map) {
id = map['id'];
name = map['name'];
url = map['url'];
thumbnailUrl = map['thumbnailUrl'];
size = map['size'];
contentType = map['contentType'];
width = map['width'];
height = map['height'];
}