menu
my package
documentation
util/time/time.dart
Time
second property
second property
dark_mode
light_mode
second
property
int
get
second
Gets the second of the minute (0-59).
Implementation
int get second => _dateTime.second;
my package
documentation
util/time/time
Time
second property
Time class