startOfNextHour static method

DateTime startOfNextHour()

Start of the next hour in the local timezone

Implementation

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