FunctionProxy class

Constructors

FunctionProxy(Function? target, {int timeout = 0})
FunctionProxy.debounce(Function target, {String? key, int timeout = 500})
factory
FunctionProxy.throttle(Function target, {String? key, int timeout = 500})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Function?
final
timeout int
final

Methods

debounce({String? uniqueKey}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
throttle({String? uniqueKey}) → void
toString() String
A string representation of this object.
inherited

Operators

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