localeStartOfWeek property

StartOfWeek localeStartOfWeek

Returns a StartOfWeek enum value indicating the day on which the week starts for the current locale.

The start of the week can vary by locale, with some starting on Sunday, and others starting on Monday or another day of the week.

Implementation

StartOfWeek get localeStartOfWeek => _locale.startOfWeek();