hasNotSuspendUntil property

bool get hasNotSuspendUntil

Returns true if suspendUntil is null, otherwise false.

Implementation

bool get hasNotSuspendUntil => !hasSuspendUntil;