SerialPortConfig.fromAddress constructor

SerialPortConfig.fromAddress(
  1. int address
)

@internal

Implementation

factory SerialPortConfig.fromAddress(int address) =>
    _SerialPortConfigImpl.fromAddress(address);