menu
khadem package
documentation
http.dart
RequestInput
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
RequestInput
hasFile method
RequestInput class