SerialPortRequestOptions constructor

SerialPortRequestOptions({
  1. Iterable<SerialPortFilter>? filters,
})

Implementation

external factory SerialPortRequestOptions(
    {Iterable<SerialPortFilter>? filters});