startOfIsoWeek method

DateTime startOfIsoWeek()

Returns start of the ISO week (always Monday)

Returned object will have same timezone as this

Implementation

DateTime startOfIsoWeek() => startOfLocalWeek(DateTime.monday);