ByteArkPlayerItem constructor
ByteArkPlayerItem({
- String? mediaId,
- String? posterImage,
- String? title,
- String? subtitle,
- required String? url,
- ByteArkDrm? drm,
- ByteArkPlayerLighthouseMetaData? lighthouseMetaData,
Constructor for creating a ByteArkPlayerItem.
Implementation
ByteArkPlayerItem(
{this.mediaId,
this.posterImage,
this.title,
this.subtitle,
required this.url,
this.shareUrl,
this.drm,
this.lighthouseMetaData});