Serialize to a Map for MethodChannel transport.
Map<String, dynamic> toMap() { return <String, dynamic>{ 'licenseUrl': licenseUrl, 'playUrl': playUrl, 'deviceCertificateUrl': deviceCertificateUrl, }; }