PortRange constructor

PortRange({
  1. String? max,
  2. String? min,
})

Implementation

PortRange({this.max, this.min});