isDndActive property
bool
get
isDndActive
Implementation
bool get isDndActive {
if (doNotDisturb) return true;
if (doNotDisturbSchedule != null) return doNotDisturbSchedule!.isActive();
return false;
}