endOfThisIsoWeek static method

DateTime endOfThisIsoWeek()

End of the current ISO week in the local timezone

Implementation

static DateTime endOfThisIsoWeek() =>
    DateTime.now().endOfLocalWeek(DateTime.monday);