minute property

int get minute

Gets the minute of the hour (0-59).

Implementation

int get minute => _dateTime.minute;