TraceabilityManufactor constructor

TraceabilityManufactor({
  1. int id = -1,
  2. int lot_number = -1,
  3. String ingredient_name = '',
  4. int ingredient_quantily = -1,
  5. String ingredient_note = '',
  6. String manufacture_phone = '',
  7. String manufacture_name = '',
  8. String manufacture_address = '',
  9. String manufacture_email = '',
  10. String created_at = '',
  11. String updated_at = '',
  12. int traceability_id = -1,
  13. 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();
}