endOfLastLocalWeek method

Moment endOfLastLocalWeek([
  1. int? weekStart
])

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

Implementation

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