Stream constructor

Stream({
  1. int? fileId,
  2. String? streamId,
})

Implementation

Stream({
  this.fileId,
  this.streamId,
});