StreamFile constructor
StreamFile({
- int? fileId,
- S3Location? s3Location,
Implementation
StreamFile({
this.fileId,
this.s3Location,
});
StreamFile({
this.fileId,
this.s3Location,
});