menu
teledart package
documentation
util.dart
TimeHelper
toSeconds static method
toSeconds static method
dark_mode
light_mode
toSeconds
static method
int
toSeconds
(
Duration
duration
)
Implementation
static int toSeconds(Duration duration) => duration.inSeconds;
teledart package
documentation
util
TimeHelper
toSeconds static method
TimeHelper class