Returns whether this Debounce is still pending.
bool get pending => DateTime.now().millisecondsSinceEpoch < _expiry;