startOfNextLocalWeek method

Moment startOfNextLocalWeek([
  1. int? weekStart
])

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

Implementation

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