hasHeader method

bool hasHeader(
  1. String name
)

Implementation

bool hasHeader(String name) {
  return headers.flattened.containsKey(name);
}