hasHeader method

bool hasHeader(
  1. String name
)

Checks if this MIME part has a header with the specified name.

Implementation

bool hasHeader(String name) => _hasHeaderLowercase(name.toLowerCase());