startOfThisLocalWeek static method

DateTime startOfThisLocalWeek([
  1. int? weekStart
])

Start of the current local week in the local timezone

Implementation

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