endOfLastIsoWeek method

DateTime endOfLastIsoWeek()

Assumes this is in local timezone, but will preserve the timezone

Implementation

DateTime endOfLastIsoWeek() => endOfLastLocalWeek(DateTime.monday);