ProductMeasureModel constructor
const
ProductMeasureModel({})
Implementation
const ProductMeasureModel({
required this.productId,
required this.measureUnitId,
required this.currencyId,
required this.price,
this.status = true,
this.barcode,
this.minCount = 1,
this.maxCount,
this.notifyCount,
}) : sessionId = 0,
userId = 0;