MultipartFileRecreatable constructor
MultipartFileRecreatable(})
Implementation
MultipartFileRecreatable(
Stream<List<int>> stream,
int length,
String? filename,
this.filePath, {
MediaType? contentType,
}) : super(stream, length, filename: filename, contentType: contentType);