GoogleCastMusicMediaMetadata constructor
Creates a music track media metadata instance.
Implementation
GoogleCastMusicMediaMetadata({
this.albumName,
this.title,
this.albumArtist,
this.artist,
this.composer,
this.trackNumber,
this.discNumber,
super.images,
this.releaseDate,
}) : super(metadataType: GoogleCastMediaMetadataType.musicTrackMediaMetadata);