WrappedEndpoint<T> constructor
WrappedEndpoint<T> (
- ApiEndpoint endpoint,
- EndpointHandler fn()
Implementation
WrappedEndpoint(this.endpoint, this.fn);