ASN1Unknown constructor

ASN1Unknown(
  1. int tag,
  2. Uint8List value
)

Implementation

ASN1Unknown(this.tag, this.value);