getTotalCycleDaysLabel function

dynamic getTotalCycleDaysLabel()

Implementation

getTotalCycleDaysLabel() {
  final totalCycleDaysLabels = {
    Languages.english: enTotalCycleDaysLabel,
    Languages.hindi: hiTotalCycleDaysLabel,
    Languages.arabic: arTotalCycleDaysLabel,
  };
  return totalCycleDaysLabels[MenstrualCycleWidget.currentLanguage];
}