isMorning property

bool get isMorning

Implementation

bool get isMorning => DateTime.now().hour < 12;