minuteOfHour property

int minuteOfHour

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

Implementation

int get minuteOfHour => _offsetDateTime.minuteOfHour;