RawReadConfig constructor

const RawReadConfig({
  1. int bufferSize = 1024,
  2. int timeout = 1000,
})

Implementation

const RawReadConfig({
  this.bufferSize = 1024,
  this.timeout = 1000,
});