minuteOfHour property

int minuteOfHour

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

Implementation

int get minuteOfHour => localDateTime.minuteOfHour;