NDDebouncedAction1<R, P> class
Constructors
- NDDebouncedAction1({Duration duration = const Duration(milliseconds: 500), required R action(P)})
Properties
Methods
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run1(
P arg) → Future< NDDebouncedActionRunResult< R> > -
toAction1(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited