TraceabilityResutlModel constructor

TraceabilityResutlModel({
  1. int id = -1,
  2. String code = '',
  3. String qr_code = '',
  4. String created_at = '',
  5. String updated_at = '',
  6. String date_of_manufacture = '',
  7. String expiry_date = '',
  8. String lot_code = '',
  9. String name = '',
  10. String packing_way = '',
  11. String certification = '',
  12. String number_of_quarantine_days = '',
  13. 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();
}