toJson method

Map<String, dynamic> toJson()

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,
  };
}