XrayPortRange.single constructor

XrayPortRange.single(
  1. int port
)

Implementation

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