EndpointAddress constructor
const
EndpointAddress({
- String? hostname,
- required String ip,
- String? nodeName,
- ObjectReference? targetRef,
Default constructor.
Implementation
const EndpointAddress({
this.hostname,
required this.ip,
this.nodeName,
this.targetRef,
});