TraceabilityIngredient constructor
TraceabilityIngredient({
- String land_area = '',
- int id = -1,
- String ingredient_name = '',
- String ingredient_quantily = '',
- 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 = '',
- 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();
}