NDDebouncedAction1<R, P> class

Constructors

NDDebouncedAction1({Duration duration = const Duration(milliseconds: 500), required R action(P)})

Properties

action → R Function(P)
final
duration Duration
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Timer?
getter/setter pairinherited

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