isThisHour property

bool isThisHour

Check if this date is in the same hour than DateTime.now

Implementation

bool get isThisHour => startOfHour == today.startOfHour;