Photos.fromJson(Map<String, dynamic> json) { height = json['height']; htmlAttributions = json['html_attributions'].cast<String>(); photoReference = json['photo_reference']; width = json['width']; }