toMap method
Implementation
Map<String, dynamic> toMap() {
return {
"skuId": skuId,
"name": name,
"mrp": mrp,
"productUrl": productUrl,
"store_id": storeId,
"imageUrl": imageUrl,
"videoUrl": videoUrl,
"salePrice": salePrice,
"sellerId": sellerId,
"itemGroupId": itemGroupId,
"brand": brand,
"description": description,
"customLabel0": customLabel0,
"customLabel1": customLabel1,
"customLabel2": customLabel2,
"customLabel3": customLabel3,
"customLabel4": customLabel4,
"uclid": uclid,
"categoryL1": categoryL1,
"categoryL2": categoryL2,
"categoryL3": categoryL3,
"adMetadata": adMetadata,
"cliUbid": cliUbid,
"crt": crt,
"elementsType": elementsType,
};
}