ASN1Sequence constructor

ASN1Sequence({
  1. int tag = CONSTRUCTED_SEQUENCE_TYPE,
})

Create a new empty ASN1 Sequence. Optionally override the default tag

Implementation

ASN1Sequence({super.tag = CONSTRUCTED_SEQUENCE_TYPE});