endOfIsoWeek method

Moment endOfIsoWeek()

Returns start of the ISO week (always Monday)

Returned object will have same timezone as this

Implementation

Moment endOfIsoWeek() => endOfLocalWeek(DateTime.monday);