PortOpened constructor

PortOpened({
  1. bool? ipv4,
  2. bool? ipv6,
})

Implementation

PortOpened({
  this.ipv4,
  this.ipv6,
});