hasQueuedNudges property

bool get hasQueuedNudges

Returns true if queuedNudges is not null, otherwise false.

Implementation

bool get hasQueuedNudges => queuedNudges != null;