UserSymptomsLogs constructor

UserSymptomsLogs({
  1. String? meditationTime,
  2. String? sleepTime,
  3. String? waterValue,
  4. String? bodyTemperatureUnit,
  5. String? waterUnit,
  6. String? weightUnit,
  7. String? notes,
  8. String? weight,
  9. String? bodyTemperature,
  10. String? logDate,
  11. String? cycleDay,
  12. String? isCustomLog,
  13. String? createdDate,
  14. List<SymptomsData>? symptomData,
})

Implementation

UserSymptomsLogs(
    {this.meditationTime,
    this.sleepTime,
    this.waterValue,
    this.bodyTemperatureUnit,
    this.waterUnit,
    this.weightUnit,
    this.notes,
    this.weight,
    this.bodyTemperature,
    this.logDate,
    this.cycleDay,
    this.isCustomLog,
    this.createdDate,
    this.symptomData});