ports property

List<PortStatus>? ports
final

Ports is a list of records of service ports If used, every port defined in the service should have an entry in it.

Implementation

final List<PortStatus>? ports;