PortRange constructor

PortRange({
  1. int? begin,
  2. int? end,
})

Implementation

PortRange({
  this.begin,
  this.end,
});