endOfNextLocalWeek static method

DateTime endOfNextLocalWeek([
  1. int? weekStart
])

End of the next local week in the local timezone

Implementation

static DateTime endOfNextLocalWeek([int? weekStart]) =>
    DateTime.now().endOfNextLocalWeek(weekStart);