toMap method
Implementation
@override
Map<String, dynamic> toMap() => {
...super.toMap(),
descriptionTag: description,
typeIdTag: typeId,
catagoryIdTag: catagoryId,
measureUnitIdTag: measureUnitId,
imagesTag: images,
secondNameTag: secondName,
ageDaysTag: ageDays,
hasExpireDateTag: hasExpireDate,
};