menu
omnyshell package
documentation
omnyshell_hub.dart
PortRange
contains method
contains method
dark_mode
light_mode
contains
method
bool
contains
(
int
port
)
Implementation
bool contains(int port) => port >= start && port <= end;
omnyshell package
documentation
omnyshell_hub
PortRange
contains method
PortRange class