hasPending property

bool get hasPending

Returns true, if there are actions pending.

Implementation

bool get hasPending => scheduled.isNotEmpty;