startOfNextIsoWeek method

Moment startOfNextIsoWeek()

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

Implementation

Moment startOfNextIsoWeek() => forcedSuperType
    .startOfNextLocalWeek(DateTime.monday)
    .toMoment(localization: setLocalization);