StreamFile constructor

const StreamFile(
  1. ContentType contentType,
  2. Stream<List<int>> stream
)

Implementation

const StreamFile(this.contentType, this.stream);