WrappedEndpoint<T> constructor

WrappedEndpoint<T>(
  1. ApiEndpoint endpoint,
  2. EndpointHandler fn(
    1. EndpointHandler
    )
)

Implementation

WrappedEndpoint(this.endpoint, this.fn);