getSeconds property
int
get
getSeconds
Get the seconds of the given date. The second 0...59.
Implementation
int get getSeconds => second;
Get the seconds of the given date. The second 0...59.
int get getSeconds => second;