startOfLastHour static method

DateTime startOfLastHour()

Start of the last hour in the local timezone

Implementation

static DateTime startOfLastHour() => DateTime.now().startOfLastHour();