isMorning property
bool
get
isMorning
Returns true if this date is in the morning (before 12:00)
Implementation
bool get isMorning => DateComparisons.isMorning(this);
Returns true if this date is in the morning (before 12:00)
bool get isMorning => DateComparisons.isMorning(this);