FunctionValueProxy<T> constructor
FunctionValueProxy<T> (
- ValueChanged<
T> ? target, { - int? timeout,
Implementation
FunctionValueProxy(this.target, {int? timeout}) : timeout = timeout ?? 500;