GoogleCastMediaMetadata constructor

GoogleCastMediaMetadata({
  1. required GoogleCastMediaMetadataType metadataType,
  2. List<GoogleCastImage>? images,
})

Implementation

GoogleCastMediaMetadata({
  required this.metadataType,
  this.images,
});