hasQueuedNudges property
bool
get
hasQueuedNudges
Returns true if queuedNudges
is not null, otherwise false.
Implementation
bool get hasQueuedNudges => queuedNudges != null;
Returns true if queuedNudges
is not null, otherwise false.
bool get hasQueuedNudges => queuedNudges != null;