isAm property

bool isAm
  • true if the date in the morning, false otherwise.

Implementation

bool get isAm => hour < 12;