hasFile method

bool hasFile(
  1. String fieldName
)

Checks if file was uploaded

Implementation

bool hasFile(String fieldName) => _bodyParser.hasFile(fieldName);