isENDSEC property

bool isENDSEC

Implementation

bool get isENDSEC {
  return code == 0 && value == 'ENDSEC';
}