NDDebouncedAction1<R, P> class

Available Extensions

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
isDisposed bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Timer?
getter/setter pairinherited

Methods

call(P arg) Future<NDDebouncedActionRunResult<R>>
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run1(P arg) Future<NDDebouncedActionRunResult<R>>
toAction() Future<NDDebouncedActionRunResult<R>> Function(P)
toAction1() Future<NDDebouncedActionRunResult<R>> Function(P)
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited