subtitles property
Widevine License URL if the media is DRM protected Fairplay certificate. Can be either URL or Base64 encoded certificate External subtitles url
Implementation
// final String? drmLicenseUrl;
/// Fairplay certificate. Can be either URL or Base64 encoded certificate
// final String? drmCertificate;
/// External subtitles url
final List<SubtitleData> subtitles;