startOfLastIsoWeek static method

DateTime startOfLastIsoWeek()

Start of the last ISO week in the local timezone

Implementation

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