ACRCloudResponseMusicItem constructor

const ACRCloudResponseMusicItem(
  1. String? label,
  2. ACRCloudResponseAlbum album,
  3. List<ACRCloudResponseArtist> artists,
  4. String acrId,
  5. int resultFrom,
  6. String title,
  7. int durationMs,
  8. String releaseDate,
  9. int score,
  10. int playOffsetMs,
)

Implementation

const ACRCloudResponseMusicItem(
    this.label,
    this.album,
    this.artists,
    this.acrId,
    this.resultFrom,
    this.title,
    this.durationMs,
    this.releaseDate,
    this.score,
    this.playOffsetMs);