hasNotQueuedNudges property

bool get hasNotQueuedNudges

Returns true if queuedNudges is null, otherwise false.

Implementation

bool get hasNotQueuedNudges => !hasQueuedNudges;