toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final androidAppLink = this.androidAppLink;
final contextualKeywords = this.contextualKeywords;
final formattedPrice = this.formattedPrice;
final formattedSalePrice = this.formattedSalePrice;
final id = this.id;
final id2 = this.id2;
final imageUrl = this.imageUrl;
final iosAppLink = this.iosAppLink;
final iosAppStoreId = this.iosAppStoreId;
final itemAddress = this.itemAddress;
final itemCategory = this.itemCategory;
final itemDescription = this.itemDescription;
final itemSubtitle = this.itemSubtitle;
final itemTitle = this.itemTitle;
final price = this.price;
final salePrice = this.salePrice;
final similarIds = this.similarIds;
return {
'androidAppLink': ?androidAppLink,
'contextualKeywords': ?contextualKeywords,
'formattedPrice': ?formattedPrice,
'formattedSalePrice': ?formattedSalePrice,
'id': ?id,
'id2': ?id2,
'imageUrl': ?imageUrl,
'iosAppLink': ?iosAppLink,
'iosAppStoreId': ?iosAppStoreId,
'itemAddress': ?itemAddress,
'itemCategory': ?itemCategory,
'itemDescription': ?itemDescription,
'itemSubtitle': ?itemSubtitle,
'itemTitle': ?itemTitle,
'price': ?price,
'salePrice': ?salePrice,
'similarIds': ?similarIds,
};
}