TraceabilityIngredient constructor

TraceabilityIngredient({
  1. String land_area = '',
  2. int id = -1,
  3. String ingredient_name = '',
  4. String ingredient_quantily = '',
  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 = '',
  14. String ingredient_address = '',
})

Implementation

TraceabilityIngredient({
  this.land_area = '',
  this.id = -1,
  this.ingredient_name = '',
  this.ingredient_quantily = '',
  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 = '',
  this.ingredient_address = ''
}) {
  images = ItemListModel();
}