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