endOfNextIsoWeek static method

DateTime endOfNextIsoWeek()

End of the next ISO week in the local timezone

Implementation

static DateTime endOfNextIsoWeek() =>
    DateTime.now().endOfNextLocalWeek(DateTime.monday);