today property

Future<int> get today

Returns the activity count for the current day.

Implementation

Future<int> get today => amountThis(ActivitySpan.day);