GoogleCastGenericMediaMetadata constructor
- String? title,
- String? subtitle,
- List<
GoogleCastImage> ? images, - DateTime? releaseDate,
Creates a generic media metadata instance.
Implementation
GoogleCastGenericMediaMetadata({
this.title,
this.subtitle,
super.images,
this.releaseDate,
}) : super(metadataType: GoogleCastMediaMetadataType.genericMediaMetadata);