endOfLastIsoWeek static method

DateTime endOfLastIsoWeek()

End of the last ISO week in the local timezone

Implementation

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