SymptomsPattern constructor

SymptomsPattern({
  1. String? symptomsName,
  2. int? numberOfCount,
  3. List<CycleData>? cycleData,
})

Implementation

SymptomsPattern({this.symptomsName, this.numberOfCount, this.cycleData});