startOfLastLocalWeek method

Moment startOfLastLocalWeek([
  1. int? weekStart
])

Assumes this is in local timezone, but will preserve the timezone

Implementation

Moment startOfLastLocalWeek([int? weekStart]) => forcedSuperType
    .startOfLastLocalWeek(weekStart ?? localization.weekStart)
    .toMoment(localization: setLocalization);