NetworkEndpoint constructor

NetworkEndpoint({
  1. AccessConfig? accessConfig,
  2. String? ipAddress,
  3. int? port,
})

Implementation

NetworkEndpoint({
  this.accessConfig,
  this.ipAddress,
  this.port,
});