AttachedStreams constructor Null safety

AttachedStreams(
  1. {dynamic mindex,
  2. dynamic mid,
  3. dynamic type,
  4. int? feedId,
  5. String? 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;
}