toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "height": height,
  "html_attributions": htmlAttributions?.map((x) => x).toList(),
  "photo_reference": photoReference,
  "width": width,
};