SerialPortInfo constructor

SerialPortInfo(
  1. String path,
  2. String description
)

Implementation

SerialPortInfo(this.path, this.description);