menu
sugar package
documentation
time.dart
Time
inSeconds property
inSeconds property
dark_mode
light_mode
inSeconds
property
int
get
inSeconds
Represents this
Time
as seconds.
Implementation
int get inSeconds => inMicroseconds ~/ 1000000;
sugar package
documentation
time
Time
inSeconds property
Time class