PortSpec constructor
PortSpec({
- required PortNum num,
- String? type,
- List<
EndpointSpec> ? endpoints, - String? liveness,
Implementation
PortSpec({required this.num, this.type, List<EndpointSpec>? endpoints, this.liveness}) : endpoints = endpoints ?? const [];