ChannelEgressEndpoint constructor

ChannelEgressEndpoint({
  1. String? sourceIp,
})

Implementation

ChannelEgressEndpoint({
  this.sourceIp,
});