days property
List<CalendarDay> ?
get
days
The CalendarDay instances within this week.
Note that if the CalendarResolution of the associated CalendarState is >= CalendarResolution.weeks, this list will be empty.
Implementation
List<CalendarDay>? get days => _days;