NetworkEndpoint constructor

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

Implementation

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