ASN1Type constructor

const ASN1Type(
  1. int tag,
  2. String name
)

Implementation

const ASN1Type(this.tag, this.name);