GooglCastPhotoMediaMetadataIOS constructor

GooglCastPhotoMediaMetadataIOS({
  1. String? artist,
  2. DateTime? creationDateTime,
  3. int? height,
  4. double? latitude,
  5. String? location,
  6. double? longitude,
  7. String? title,
  8. int? width,
})

Creates an iOS photo media metadata instance.

Implementation

GooglCastPhotoMediaMetadataIOS({
  super.artist,
  super.creationDateTime,
  super.height,
  super.latitude,
  super.location,
  super.longitude,
  super.title,
  super.width,
});