ports property
The primary port of the route. for example [8080]
.
by default is it []
to match all ports.
If using [8080]
, it will match only the 8080
port.
otherwise, it will match all ports that are set.
and then other ports will be ignored.
Implementation
late List<int> ports;