EndpointSubset constructor
const
EndpointSubset({
- List<
EndpointAddress> ? addresses, - List<
EndpointAddress> ? notReadyAddresses, - List<
EndpointPort> ? ports,
Default constructor.
Implementation
const EndpointSubset({
this.addresses,
this.notReadyAddresses,
this.ports,
});