isHeaderElement property

bool isHeaderElement

Implementation

bool get isHeaderElement {
  return code == 9;
}