Streams constructor

Streams({
  1. bool? disabled,
  2. String? description,
  3. bool? moderated,
  4. bool? simulcast,
  5. bool? svc,
  6. String? type,
  7. int? mindex,
  8. String? codec,
  9. String? mid,
  10. bool? fec,
  11. bool? talking,
})

Implementation

Streams({
  this.disabled,
  this.description,
  this.moderated,
  this.simulcast,
  this.svc,
  this.type,
  this.mindex,
  this.codec,
  this.mid,
  this.fec,
  this.talking,
});