ASN1Sequence constructor
ASN1Sequence({
- List<
ASN1Object> ? elements, - int tag = ASN1Tags.SEQUENCE,
Create an ASN1Sequence entity with the given elements
.
Implementation
ASN1Sequence({this.elements, int tag = ASN1Tags.SEQUENCE}) : super(tag: tag);