isAm property

bool isAm

Check if the time is AM

Implementation

bool get isAm => hour < 12;