XrayPortRange constructor

const XrayPortRange({
  1. required int from,
  2. required int to,
  3. String? raw,
})

Implementation

const factory XrayPortRange({
  required int from,
  required int to,
  String? raw,
}) = _XrayPortRange;