Debouncer<T> class
- Inheritance
-
- Object
- StreamTransformerBase<
T, T> - Debouncer
Constructors
- Debouncer.new([Duration duration = const Duration(milliseconds: 300)])
-
const
Properties
Methods
-
bind(
Stream< T> stream) → Stream<T> -
Transforms the provided
stream
.override -
cast<
RS, RT> () → StreamTransformer< RS, RT> -
Provides a
StreamTransformer<RS, RT>
view of this stream transformer.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited