hasSuspendUntil property

bool get hasSuspendUntil

Returns true if suspendUntil is not null, otherwise false.

Implementation

bool get hasSuspendUntil => suspendUntil != null;