DrmSessionData constructor
const
DrmSessionData({})
Implementation
const DrmSessionData({
required this.edgeName,
required this.token,
required this.ecdsaKey,
required this.drmServerUrl,
this.fairplayDrmServerUrl,
this.kid,
this.certificateUrl,
this.fairplayCertificateUrl,
this.watermark,
});