secondOfMinute property

int secondOfMinute

Gets the second of this local date and time within the minute, in the range 0 to 59 inclusive.

Implementation

int get secondOfMinute => clockTime.timeSinceMidnight.secondOfMinute;