headerLength property

int headerLength

Implementation

int get headerLength {
  return isUpgradedProtocol ? 5 : 4;
}