QCStatement constructor

QCStatement({
  1. required ObjectIdentifier statementId,
  2. required dynamic qcStatementInfo,
})

The ASN.1 definition is:

QCStatement ::= SEQUENCE { statementId OBJECT IDENTIFIER, statementInfo ANY DEFINED BY statementId OPTIONAL}

Implementation

QCStatement({required this.statementId, required this.qcStatementInfo});