ThumbnailFull.fromMap(Map<String, dynamic> map) : url = map['url'] as String, width = map['width'] as int, height = map['height'] as int;