ASN1Object constructor

ASN1Object({
  1. int tag = 0,
})

Create an ASN1Object. Optionally set the tag

Implementation

ASN1Object({this.tag = 0});