startOfLastLocalWeek static method

DateTime startOfLastLocalWeek([
  1. int? weekStart
])

Start of the last local week in the local timezone

Implementation

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