pending property

bool get pending

Returns whether this Debounce is still pending.

Implementation

bool get pending => DateTime.now().millisecondsSinceEpoch < _expiry;