toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final aggregatedDestinationStatus = this.aggregatedDestinationStatus;
final availability = this.availability;
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 channel = this.channel;
final clickPotential = this.clickPotential;
final clickPotentialRank = this.clickPotentialRank;
final condition = this.condition;
final creationTime = this.creationTime;
final currencyCode = this.currencyCode;
final expirationDate = this.expirationDate;
final gtin = this.gtin;
final id = this.id;
final itemGroupId = this.itemGroupId;
final itemIssues = this.itemIssues;
final languageCode = this.languageCode;
final offerId = this.offerId;
final priceMicros = this.priceMicros;
final productTypeL1 = this.productTypeL1;
final productTypeL2 = this.productTypeL2;
final productTypeL3 = this.productTypeL3;
final productTypeL4 = this.productTypeL4;
final productTypeL5 = this.productTypeL5;
final shippingLabel = this.shippingLabel;
final title = this.title;
return {
'aggregatedDestinationStatus': ?aggregatedDestinationStatus,
'availability': ?availability,
'brand': ?brand,
'categoryL1': ?categoryL1,
'categoryL2': ?categoryL2,
'categoryL3': ?categoryL3,
'categoryL4': ?categoryL4,
'categoryL5': ?categoryL5,
'channel': ?channel,
'clickPotential': ?clickPotential,
'clickPotentialRank': ?clickPotentialRank,
'condition': ?condition,
'creationTime': ?creationTime,
'currencyCode': ?currencyCode,
'expirationDate': ?expirationDate,
'gtin': ?gtin,
'id': ?id,
'itemGroupId': ?itemGroupId,
'itemIssues': ?itemIssues,
'languageCode': ?languageCode,
'offerId': ?offerId,
'priceMicros': ?priceMicros,
'productTypeL1': ?productTypeL1,
'productTypeL2': ?productTypeL2,
'productTypeL3': ?productTypeL3,
'productTypeL4': ?productTypeL4,
'productTypeL5': ?productTypeL5,
'shippingLabel': ?shippingLabel,
'title': ?title,
};
}