isHEADER property

bool isHEADER

Implementation

bool get isHEADER {
  return code == 2 && value == 'HEADER';
}