startOfThisIsoWeek static method

DateTime startOfThisIsoWeek()

Start of the current ISO week in the local timezone

Implementation

static DateTime startOfThisIsoWeek() =>
    DateTime.now().startOfLocalWeek(DateTime.monday);