PlacePhoto.fromJson constructor

PlacePhoto.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PlacePhoto.fromJson(Map<String, dynamic> json) =>
    _$PlacePhotoFromJson(json);