menu
khadem package
documentation
http.dart
Request
hasFile method
hasFile method
dark_mode
light_mode
hasFile
method
bool
hasFile
(
String
fieldName
)
Checks if file was uploaded
Implementation
bool hasFile(String fieldName) => _bodyParser.hasFile(fieldName);
khadem package
documentation
http
Request
hasFile method
Request class