endOfLastIsoWeek method

Moment endOfLastIsoWeek()

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

Implementation

Moment endOfLastIsoWeek() => forcedSuperType
    .endOfLastLocalWeek(DateTime.monday)
    .toMoment(localization: setLocalization);