GetEndpointResponse constructor

GetEndpointResponse({
  1. required EndpointResponse endpointResponse,
})

Implementation

GetEndpointResponse({
  required this.endpointResponse,
});