endOfNextIsoWeek method

DateTime endOfNextIsoWeek()

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

Implementation

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