SimpleEndpoint.static constructor

SimpleEndpoint.static(
  1. Object body
)

Implementation

SimpleEndpoint.static(Object body)
    : _preferredType = _type(body),
      onRequest = _static(body);