NDDebouncedAction<R> class

Available Extensions

Constructors

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

Properties

action → R Function()
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() Future<NDDebouncedActionRunResult<R>>
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAction() Future<NDDebouncedActionRunResult<R>> Function()
toString() String
A string representation of this object.
inherited

Operators

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