MultipartStreamFile constructor

MultipartStreamFile(
  1. Stream<List<int>> value,
  2. int length, {
  3. String? filename,
  4. MediaType? contentType,
})

Implementation

MultipartStreamFile(this.value, this.length,
    {this.filename, this.contentType});