ConnectionInfo constructor

ConnectionInfo({
  1. EndpointInfo? endpointInfo,
})

Implementation

ConnectionInfo({
  this.endpointInfo,
});