startOfNextIsoWeek static method

DateTime startOfNextIsoWeek()

Start of the next ISO week in the local timezone

Implementation

static DateTime startOfNextIsoWeek() =>
    DateTime.now().startOfNextLocalWeek(DateTime.monday);