SymptomsPatterns constructor
      
      SymptomsPatterns({ 
    
    
- String? name,
- int? percentageOfCycles,
- List<PhasePercentage> ? phases,
Implementation
SymptomsPatterns({this.name, this.percentageOfCycles, this.phases});