SingleMasterChannelEndpointConfiguration constructor

SingleMasterChannelEndpointConfiguration({
  1. List<ChannelProtocol>? protocols,
  2. ChannelRole? role,
})

Implementation

SingleMasterChannelEndpointConfiguration({
  this.protocols,
  this.role,
});