toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final marketplaceProduct = this.marketplaceProduct;
final marketplaceProductId = this.marketplaceProductId;
final marketplaceProductUri = this.marketplaceProductUri;
final partner = this.partner;
return {
'marketplaceProduct': ?marketplaceProduct,
'marketplaceProductId': ?marketplaceProductId,
'marketplaceProductUri': ?marketplaceProductUri,
'partner': ?partner,
};
}