SymptomsPatterns constructor

SymptomsPatterns({
  1. String? name,
  2. int? percentageOfCycles,
  3. List<PhasePercentage>? phases,
})

Implementation

SymptomsPatterns({this.name, this.percentageOfCycles, this.phases});