isAm property

bool get isAm

Returns whether the hour is before noon (ante meridiem) in the current timezone

Implementation

bool get isAm => hour < 12;