PortRange constructor

PortRange({
  1. int? fromPort,
  2. int? toPort,
})

Implementation

PortRange({
  this.fromPort,
  this.toPort,
});