ReaderStateFlags constructor

ReaderStateFlags({
  1. bool? unaware,
  2. bool? ignore,
  3. bool? changed,
  4. bool? unknown,
  5. bool? unavailable,
  6. bool? empty,
  7. bool? present,
  8. bool? exclusive,
  9. bool? inuse,
  10. bool? mute,
  11. bool? unpowered,
})

Implementation

ReaderStateFlags({
  this.unaware,
  this.ignore,
  this.changed,
  this.unknown,
  this.unavailable,
  this.empty,
  this.present,
  this.exclusive,
  this.inuse,
  this.mute,
  this.unpowered,
});