startOfISOWeek property

DateTime startOfISOWeek

Get a DateTime representing start of week (ISO week) of this DateTime in local time.

Implementation

DateTime get startOfISOWeek => subDays(weekday - 1).startOfDay;