startDay property
The starting day of the week (default is Day.saturday
).
This specifies which day will be considered as the start of the week. The default is Saturday,
but it can be changed to any day by passing a different value from the Day
enum.
Implementation
final Day startDay;