PlaylistItem2 constructor

PlaylistItem2({
  1. int? id,
  2. String? label,
  3. dynamic value,
  4. int? duration,
  5. int? itemOrder,
  6. int? playlistId,
  7. int? audio,
  8. _ContentType? contentType,
})

Implementation

PlaylistItem2(
    {this.id,
    this.label,
    this.value,
    this.duration,
    this.itemOrder,
    this.playlistId,
    this.audio,
    this.contentType});