NetworkEndpoint constructor

NetworkEndpoint({
  1. Map<String, String>? annotations,
  2. String? fqdn,
  3. String? instance,
  4. String? ipAddress,
  5. int? port,
})

Implementation

NetworkEndpoint({
  this.annotations,
  this.fqdn,
  this.instance,
  this.ipAddress,
  this.port,
});