endOfThisLocalWeek static method

DateTime endOfThisLocalWeek([
  1. int? weekStart
])

End of the current local week in the local timezone

Implementation

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