Photo constructor

Photo({
  1. String? captureTime,
  2. List<Connection>? connections,
  3. String? downloadUrl,
  4. String? mapsPublishStatus,
  5. PhotoId? photoId,
  6. List<Place>? places,
  7. Pose? pose,
  8. String? shareLink,
  9. String? thumbnailUrl,
  10. String? transferStatus,
  11. UploadRef? uploadReference,
  12. String? uploadTime,
  13. String? viewCount,
})

Implementation

Photo({
  this.captureTime,
  this.connections,
  this.downloadUrl,
  this.mapsPublishStatus,
  this.photoId,
  this.places,
  this.pose,
  this.shareLink,
  this.thumbnailUrl,
  this.transferStatus,
  this.uploadReference,
  this.uploadTime,
  this.viewCount,
});