LevelPolicy constructor

const LevelPolicy({
  1. int? handshake,
  2. int? connIdle,
  3. int? uplinkOnly,
  4. int? downlinkOnly,
  5. bool? statsUserUplink,
  6. bool? statsUserDownlink,
  7. bool? statsUserOnline,
  8. int? bufferSize,
})

Implementation

const LevelPolicy({
  this.handshake,
  this.connIdle,
  this.uplinkOnly,
  this.downlinkOnly,
  this.statsUserUplink,
  this.statsUserDownlink,
  this.statsUserOnline,
  this.bufferSize,
});