toMap method

Map<String, dynamic> toMap()

Converts the WidevineDrm properties into a map representation.

Implementation

Map<String, dynamic> toMap() {
  return {
    'licenseUrl': licenseUrl,
    'licenseRequestHeaders': licenseRequestHeaders
  };
}