toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (productAttributeValue != null)
'productAttributeValue': productAttributeValue!,
if (productAttributeValues != null)
'productAttributeValues': productAttributeValues!,
};