AttachedStreams constructor

AttachedStreams({
  1. dynamic mindex,
  2. dynamic mid,
  3. dynamic type,
  4. dynamic feedId,
  5. dynamic feedMid,
  6. String? feedDisplay,
  7. bool? send,
  8. bool? ready,
})

Implementation

AttachedStreams({
  mindex,
  mid,
  type,
  this.feedId,
  this.feedMid,
  this.feedDisplay,
  this.send,
  this.ready,
}) {
  super.mid = mid;
  super.mindex = mindex;
  super.type = type;
}