UserSymptomsLogData constructor

UserSymptomsLogData({
  1. int? id,
  2. String? userid,
  3. String? symptomData,
  4. String? logDate,
  5. String? createdAt,
})

Implementation

UserSymptomsLogData(
    {this.id, this.userid, this.symptomData, this.logDate, this.createdAt});