Endpoint constructor
const
Endpoint({
- required List<
String> addresses, - EndpointConditions? conditions,
- Map<
String, String> ? deprecatedTopology, - EndpointHints? hints,
- String? hostname,
- String? nodeName,
- ObjectReference? targetRef,
- String? zone,
Default constructor.
Implementation
const Endpoint({
required this.addresses,
this.conditions,
this.deprecatedTopology,
this.hints,
this.hostname,
this.nodeName,
this.targetRef,
this.zone,
});