second property
int
get
second
The second component of the time (0-59) in UTC
Implementation
int get second => _dateTime.second;
The second component of the time (0-59) in UTC
int get second => _dateTime.second;