toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final brand = this.brand;
final categoryL1 = this.categoryL1;
final categoryL2 = this.categoryL2;
final categoryL3 = this.categoryL3;
final categoryL4 = this.categoryL4;
final categoryL5 = this.categoryL5;
final clickThroughRate = this.clickThroughRate;
final clicks = this.clicks;
final conversionRate = this.conversionRate;
final conversionValue = this.conversionValue;
final conversions = this.conversions;
final customLabel0 = this.customLabel0;
final customLabel1 = this.customLabel1;
final customLabel2 = this.customLabel2;
final customLabel3 = this.customLabel3;
final customLabel4 = this.customLabel4;
final customerCountryCode = this.customerCountryCode;
final date = this.date;
final impressions = this.impressions;
final marketingMethod = this.marketingMethod;
final offerId = this.offerId;
final productTypeL1 = this.productTypeL1;
final productTypeL2 = this.productTypeL2;
final productTypeL3 = this.productTypeL3;
final productTypeL4 = this.productTypeL4;
final productTypeL5 = this.productTypeL5;
final title = this.title;
final week = this.week;
return {
'brand': ?brand,
'categoryL1': ?categoryL1,
'categoryL2': ?categoryL2,
'categoryL3': ?categoryL3,
'categoryL4': ?categoryL4,
'categoryL5': ?categoryL5,
'clickThroughRate': ?clickThroughRate,
'clicks': ?clicks,
'conversionRate': ?conversionRate,
'conversionValue': ?conversionValue,
'conversions': ?conversions,
'customLabel0': ?customLabel0,
'customLabel1': ?customLabel1,
'customLabel2': ?customLabel2,
'customLabel3': ?customLabel3,
'customLabel4': ?customLabel4,
'customerCountryCode': ?customerCountryCode,
'date': ?date,
'impressions': ?impressions,
'marketingMethod': ?marketingMethod,
'offerId': ?offerId,
'productTypeL1': ?productTypeL1,
'productTypeL2': ?productTypeL2,
'productTypeL3': ?productTypeL3,
'productTypeL4': ?productTypeL4,
'productTypeL5': ?productTypeL5,
'title': ?title,
'week': ?week,
};
}