onInvoke property
final
The callback to be called when invoked.
This is effectively the implementation of invoke.
Implementation
@protected
final OnInvokeCallback<T> onInvoke;
The callback to be called when invoked.
This is effectively the implementation of invoke.
@protected
final OnInvokeCallback<T> onInvoke;