ProductModel constructor
const
ProductModel({})
Implementation
const ProductModel({
super.id = 0,
required super.name,
super.status = true,
required this.catagoryId,
required this.typeId,
this.measureUnitId,
this.description,
this.images,
this.secondName,
this.hasExpireDate = false,
this.ageDays,
}) : userId = 0;