toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activityCity = this.activityCity;
final activityCountry = this.activityCountry;
final activityId = this.activityId;
final activityRating = this.activityRating;
final activityState = this.activityState;
final hotelCity = this.hotelCity;
final hotelClass = this.hotelClass;
final hotelCountryRegion = this.hotelCountryRegion;
final hotelId = this.hotelId;
final hotelState = this.hotelState;
final productBrand = this.productBrand;
final productCategory = this.productCategory;
final productChannel = this.productChannel;
final productChannelExclusivity = this.productChannelExclusivity;
final productCondition = this.productCondition;
final productCustomAttribute = this.productCustomAttribute;
final productGrouping = this.productGrouping;
final productItemId = this.productItemId;
final productLabels = this.productLabels;
final productLegacyCondition = this.productLegacyCondition;
final productType = this.productType;
final productTypeFull = this.productTypeFull;
final unknownListingDimension = this.unknownListingDimension;
return {
'activityCity': ?activityCity,
'activityCountry': ?activityCountry,
'activityId': ?activityId,
'activityRating': ?activityRating,
'activityState': ?activityState,
'hotelCity': ?hotelCity,
'hotelClass': ?hotelClass,
'hotelCountryRegion': ?hotelCountryRegion,
'hotelId': ?hotelId,
'hotelState': ?hotelState,
'productBrand': ?productBrand,
'productCategory': ?productCategory,
'productChannel': ?productChannel,
'productChannelExclusivity': ?productChannelExclusivity,
'productCondition': ?productCondition,
'productCustomAttribute': ?productCustomAttribute,
'productGrouping': ?productGrouping,
'productItemId': ?productItemId,
'productLabels': ?productLabels,
'productLegacyCondition': ?productLegacyCondition,
'productType': ?productType,
'productTypeFull': ?productTypeFull,
'unknownListingDimension': ?unknownListingDimension,
};
}