menu
htkc_utils package
documentation
hc_utils/hc_relative_date_format.dart
HcRelativeDateFormat
toMinutes static method
toMinutes static method
dark_mode
light_mode
toMinutes
static method
num
toMinutes
(
num
date
)
Implementation
static num toMinutes(num date) { return toSeconds(date) / 60; }
htkc_utils package
documentation
hc_utils/hc_relative_date_format
HcRelativeDateFormat
toMinutes static method
HcRelativeDateFormat class