Proxy<T> constructor

Proxy<T>(
  1. dynamic _h(
    1. Invocation
    )
)

Implementation

Proxy(this._h);