hasHeader method

bool hasHeader(
  1. String key
)

Implementation

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