endOfNextLocalWeek method

Moment endOfNextLocalWeek([
  1. int? weekStart
])

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

Implementation

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