toJson method

Map<String, dynamic> toJson()

Implementation

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