NetworkEndpoint constructor
NetworkEndpoint({
- AccessConfig? accessConfig,
- String? ipAddress,
- int? port,
Implementation
NetworkEndpoint({this.accessConfig, this.ipAddress, this.port});