toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final finalMobileUrls = this.finalMobileUrls;
final finalUrls = this.finalUrls;
final trackingUrlTemplate = this.trackingUrlTemplate;
final urlCollectionId = this.urlCollectionId;
return {
'finalMobileUrls': ?finalMobileUrls,
'finalUrls': ?finalUrls,
'trackingUrlTemplate': ?trackingUrlTemplate,
'urlCollectionId': ?urlCollectionId,
};
}