OpenPort constructor

OpenPort(
  1. int port, {
  2. bool isOpen = true,
})

Implementation

OpenPort(this.port, {this.isOpen = true});