HostAddress constructor

HostAddress({
  1. String? hostname,
  2. int? port,
})

Implementation

HostAddress({this.hostname, this.port});