thisHour property

Future<int> get thisHour

Returns the activity count for the current hour.

Implementation

Future<int> get thisHour => amountThis(ActivitySpan.hour);