isSECTION property

bool isSECTION

Implementation

bool get isSECTION {
  return code == 0 && value == 'SECTION';
}