toMap method
Converts the ByteArkDrm properties into a map representation.
Implementation
Map<String, dynamic> toMap() {
return {
'widevineDrm': widevineDrm?.toMap(),
'fairPlayDrm': fairPlayDrm?.toMap(),
};
}
Converts the ByteArkDrm properties into a map representation.
Map<String, dynamic> toMap() {
return {
'widevineDrm': widevineDrm?.toMap(),
'fairPlayDrm': fairPlayDrm?.toMap(),
};
}