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