toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customLabel0 = this.customLabel0;
  final customLabel1 = this.customLabel1;
  final customLabel2 = this.customLabel2;
  final customLabel3 = this.customLabel3;
  final customLabel4 = this.customLabel4;
  final featuredProduct = this.featuredProduct;
  final headline = this.headline;
  final id = this.id;
  final imageLink = this.imageLink;
  final language = this.language;
  final link = this.link;
  final mobileLink = this.mobileLink;
  final productCountry = this.productCountry;
  return {
    'customLabel0': ?customLabel0,
    'customLabel1': ?customLabel1,
    'customLabel2': ?customLabel2,
    'customLabel3': ?customLabel3,
    'customLabel4': ?customLabel4,
    'featuredProduct': ?featuredProduct,
    'headline': ?headline,
    'id': ?id,
    'imageLink': ?imageLink,
    'language': ?language,
    'link': ?link,
    'mobileLink': ?mobileLink,
    'productCountry': ?productCountry,
  };
}