isAfternoon property

bool get isAfternoon

Implementation

bool get isAfternoon => DateTime.now().hour >= 12 && DateTime.now().hour < 18;