secondOfMinute property

int secondOfMinute

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

Implementation

int get secondOfMinute => _offsetDateTime.secondOfMinute;