FormFile constructor

FormFile(
  1. String fieldName,
  2. String fileName,
  3. List<int> fileBytes
)

Constructs a new instance of MultipartFile.

Implementation

FormFile(this.fieldName, this.fileName, this.fileBytes);