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