UserSymptomsLogData constructor

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

Implementation

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