toMap method

Map<String, dynamic> toMap()

Serialize to a Map for MethodChannel transport.

Implementation

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