toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final productAttributeInterval = this.productAttributeInterval;
final productAttributeValue = this.productAttributeValue;
final representativeProductId = this.representativeProductId;
return {
'productAttributeInterval': ?productAttributeInterval,
'productAttributeValue': ?productAttributeValue,
'representativeProductId': ?representativeProductId,
};
}