totalDays property
int
get
totalDays
Getter for the total number of days in the selected month.
Implementation
int get totalDays => _totalDays;
Getter for the total number of days in the selected month.
int get totalDays => _totalDays;