MultipartFile constructor

MultipartFile(
  1. List<int> value, {
  2. String? filename,
  3. MediaType? contentType,
})

Implementation

MultipartFile(this.value, {this.filename, this.contentType});