PortRange constructor

PortRange({
  1. int? first,
  2. int? last,
})

Implementation

PortRange({
  this.first,
  this.last,
});