startOfIsoWeek method

Moment startOfIsoWeek()

Returns start of the ISO week (always Monday)

Returned object will have same timezone as this

Implementation

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