VaccineModel constructor
VaccineModel({})
Implementation
VaccineModel({
required this.id,
required this.vaccineName,
required this.vaccineType,
required this.cost,
// this.vaccineEfficacy,
this.vaccineManufacturer,
// this.vaccineDosageLimit,
required this.expirationDate,
this.sideEffects,
this.contraindications,
this.vaccineSeries,
this.vaccineNotes,
});