weekFirstDay property

DateTimeWeekDay? weekFirstDay

Returns the 1st day of the week for the defined _locale.

Implementation

DateTimeWeekDay? get weekFirstDay => forceWeekFirstDay ?? _localeWeekFirstDay;