ByteArkPlayerItem constructor
ByteArkPlayerItem({})
Constructor for creating a ByteArkPlayerItem.
Implementation
ByteArkPlayerItem({
this.mediaId,
this.posterImage,
this.title,
this.subtitle,
required this.url,
this.shareUrl,
this.drm,
});