TraceabilityResutlModel constructor
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 = '',
Implementation
TraceabilityResutlModel(
{this.id = -1,
this.code = '',
this.qr_code = '',
this.created_at = '',
this.updated_at = '',
this.date_of_manufacture = '',
this.expiry_date = '',
this.lot_code = '',
this.name = '',
this.packing_way = '',
this.certification = '',
this.number_of_quarantine_days = '',
this.description = ''
}) {
list_images = ItemListModel();
ingredient = TraceabilityIngredient();
manufactor = TraceabilityManufactor();
video = ItemModel();
}