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