menu
t_utils package
documentation
utils/helpers/stats_helper_functions.dart
TStatsHelper
monthlyKey static method
monthlyKey static method
dark_mode
light_mode
monthlyKey
static method
String
monthlyKey
(
DateTime
date
)
Implementation
static String monthlyKey(DateTime date) { return 'monthly_${date.year}_${date.month}'; }
t_utils package
documentation
utils/helpers/stats_helper_functions
TStatsHelper
monthlyKey static method
TStatsHelper class