isEvening property

bool get isEvening

Implementation

bool get isEvening => DateTime.now().hour >= 18;