hasPending property
bool
get
hasPending
Returns true
, if there are actions pending.
Implementation
bool get hasPending => scheduled.isNotEmpty;
Returns true
, if there are actions pending.
bool get hasPending => scheduled.isNotEmpty;