ExternalMetadata constructor

ExternalMetadata({
  1. Spotify? spotify,
  2. Deezer? deezer,
})

Implementation

ExternalMetadata({this.spotify, this.deezer});