isFormData method

bool isFormData()

Implementation

bool isFormData() {
  return RequestBody.isFormData(contentType);
}