GoogleCastPhotoMediaMetadata constructor
Creates a photo media metadata instance.
Implementation
GoogleCastPhotoMediaMetadata({
this.title,
this.artist,
this.location,
this.latitude,
this.longitude,
this.width,
this.height,
this.creationDateTime,
}) : super(metadataType: GoogleCastMediaMetadataType.photoMediaMetadata);