StreamFile constructor

StreamFile({
  1. int? fileId,
  2. S3Location? s3Location,
})

Implementation

StreamFile({
  this.fileId,
  this.s3Location,
});