MultipartFileRecreatable constructor

MultipartFileRecreatable(
  1. String filePath,
  2. String field,
  3. Stream<List<int>> stream,
  4. int length, {
  5. String? filename,
  6. MediaType? contentType,
})

Implementation

MultipartFileRecreatable(
  this.filePath,
  super.field,
  super.stream,
  super.length, {
  super.filename,
  super.contentType,
});