TraceabilityManufactor constructor
TraceabilityManufactor({
- int id = -1,
- int lot_number = -1,
- String ingredient_name = '',
- int ingredient_quantily = -1,
- String ingredient_note = '',
- String manufacture_phone = '',
- String manufacture_name = '',
- String manufacture_address = '',
- String manufacture_email = '',
- String created_at = '',
- String updated_at = '',
- int traceability_id = -1,
- String traceability_type = '',
Implementation
TraceabilityManufactor({
this.id = -1,
this.lot_number = -1,
this.ingredient_name = '',
this.ingredient_quantily = -1,
this.ingredient_note = '',
this.manufacture_phone = '',
this.manufacture_name = '',
this.manufacture_address = '',
this.manufacture_email = '',
this.created_at = '',
this.updated_at = '',
this.traceability_id = -1,
this.traceability_type = '',
}) {
images = ItemListModel();
}