toMap method

Map<String, dynamic> toMap()

Converts the ByteArkDrm properties into a map representation.

Implementation

Map<String, dynamic> toMap() {
  return {
    'widevineDrm': widevineDrm?.toMap(),
    'fairPlayDrm': fairPlayDrm?.toMap(),
  };
}