hasPending property

bool hasPending

Returns true, if there are actions pending.

Implementation

bool get hasPending => scheduled.isNotEmpty;