toJson method
Implementation
Map<String, Object?> toJson() => {
'ea': _id,
'eb': _name,
'eq': _price,
'ga': _categoryIds,
'ef': _categoryNames,
'eh': _brandName,
'gd': _brandId,
'ei': _variant,
'eg': _keywords,
'ge': _campaignId
};