ConnectionInfo constructor

ConnectionInfo({
  1. EndpointInfo? endpointInfo,
  2. String? serviceAttachment,
})

Implementation

ConnectionInfo({this.endpointInfo, this.serviceAttachment});