ASN1Null constructor

ASN1Null({
  1. int tag = ASN1Tags.NULL,
})

Creates an empty ASN1Null entity with only the tag set.

Implementation

ASN1Null({int tag = ASN1Tags.NULL}) : super(tag: tag);