EndpointSelection constructor

EndpointSelection({
  1. required Endpoint endpoint,
})

Implementation

EndpointSelection({
  required this.endpoint,
});