AntdThrottleDebouncer class

Constructors

AntdThrottleDebouncer.new({Duration? throttle, Duration? debounce})

Properties

debounce Duration?
final
hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttle Duration?
final

Methods

cancel() → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(VoidCallback callback) → void
toString() String
A string representation of this object.
inherited

Operators

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