endOfLastLocalWeek static method

DateTime endOfLastLocalWeek([
  1. int? weekStart
])

End of the last local week in the local timezone

Implementation

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