XrayPortRange.single constructor
XrayPortRange.single(
- int port
Implementation
factory XrayPortRange.single(int port) => XrayPortRange(from: port, to: port);
factory XrayPortRange.single(int port) => XrayPortRange(from: port, to: port);