isPm property

bool isPm
  • true if the date in the evening, false otherwise.

Implementation

bool get isPm => hour >= 12;