startOfLastIsoWeek method

DateTime startOfLastIsoWeek()

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

Implementation

DateTime startOfLastIsoWeek() => startOfLastLocalWeek(DateTime.monday);