toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final androidPrivacyInteractionDate = this.androidPrivacyInteractionDate;
final androidPrivacyInteractionType = this.androidPrivacyInteractionType;
final androidPrivacyNetworkType = this.androidPrivacyNetworkType;
final campaignId = this.campaignId;
final resourceName = this.resourceName;
final sharedNetworkTypeKey = this.sharedNetworkTypeKey;
return {
'androidPrivacyInteractionDate': ?androidPrivacyInteractionDate,
'androidPrivacyInteractionType': ?androidPrivacyInteractionType,
'androidPrivacyNetworkType': ?androidPrivacyNetworkType,
'campaignId': ?campaignId,
'resourceName': ?resourceName,
'sharedNetworkTypeKey': ?sharedNetworkTypeKey,
};
}