secondOfMinute property

int secondOfMinute

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

Implementation

int get secondOfMinute => timeSinceMidnight.secondOfMinute;