endOfIsoWeek method

DateTime endOfIsoWeek()

Returns end of the ISO week (always Sunday)

Returned object will have same timezone as this

Implementation

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