thisMonth property

Future<int> get thisMonth

Returns the activity count for the current month.

Implementation

Future<int> get thisMonth => amountThis(ActivitySpan.month);