TraceabilityResutlModel class
Constructors
- TraceabilityResutlModel({int id = -1, String code = '', String qr_code = '', String created_at = '', String updated_at = '', String date_of_manufacture = '', String expiry_date = '', String lot_code = '', String name = '', String packing_way = '', String certification = '', String number_of_quarantine_days = '', String description = ''})
Properties
- certification ↔ String
-
getter/setter pair
- code ↔ String
-
getter/setter pair
- created_at ↔ String
-
getter/setter pair
- date_of_manufacture ↔ String
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- expiry_date ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
- ingredient ↔ TraceabilityIngredient
-
getter/setter pair
- list_images ↔ ItemListModel
-
getter/setter pair
- lot_code ↔ String
-
getter/setter pair
- manufactor ↔ TraceabilityManufactor
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- number_of_quarantine_days ↔ String
-
getter/setter pair
- packing_way ↔ String
-
getter/setter pair
- qr_code ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updated_at ↔ String
-
getter/setter pair
- video ↔ ItemModel
-
getter/setter pair
Methods
-
fromJson(
Map< String, dynamic> json) → TraceabilityResutlModel -
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