isNight property
bool
get
isNight
Returns true if this date is at night (after 21:00)
Implementation
bool get isNight => DateComparisons.isNight(this);
Returns true if this date is at night (after 21:00)
bool get isNight => DateComparisons.isNight(this);