TraceabilityIngredient class
Constructors
- 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 = ''})
Properties
- created_at ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
- images ↔ ItemListModel
-
getter/setter pair
- ingredient_address ↔ String
-
getter/setter pair
- ingredient_name ↔ String
-
getter/setter pair
- ingredient_note ↔ String
-
getter/setter pair
- ingredient_quantily ↔ String
-
getter/setter pair
- land_area ↔ String
-
getter/setter pair
- manufacture_address ↔ String
-
getter/setter pair
- manufacture_email ↔ String
-
getter/setter pair
- manufacture_name ↔ String
-
getter/setter pair
- manufacture_phone ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- traceability_id ↔ int
-
getter/setter pair
- traceability_type ↔ String
-
getter/setter pair
- updated_at ↔ String
-
getter/setter pair
Methods
-
fromJson(
Map< String, dynamic> json) → TraceabilityIngredient -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited