InboundConnection constructor

InboundConnection({
  1. String? connectionId,
  2. InboundConnectionStatus? connectionStatus,
  3. DomainInformationContainer? localDomainInfo,
  4. DomainInformationContainer? remoteDomainInfo,
})

Implementation

InboundConnection({
  this.connectionId,
  this.connectionStatus,
  this.localDomainInfo,
  this.remoteDomainInfo,
});