thisYear property

Future<int> get thisYear

Returns the activity count for the current year.

Implementation

Future<int> get thisYear => amountThis(ActivitySpan.year);