menu
fliq package
documentation
fliq.dart
FormFile
FormFile.new constructor
FormFile.new constructor
dark_mode
light_mode
FormFile
constructor
FormFile
(
String
fieldName
,
String
fileName
,
List
<
int
>
fileBytes
)
Constructs a new instance of MultipartFile.
Implementation
FormFile(this.fieldName, this.fileName, this.fileBytes);
fliq package
documentation
fliq
FormFile
FormFile.new constructor
FormFile class