startOfLastIsoWeek method

Moment startOfLastIsoWeek()

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

Implementation

Moment startOfLastIsoWeek() => forcedSuperType
    .startOfLastLocalWeek(DateTime.monday)
    .toMoment(localization: setLocalization);