ASN1Boolean constructor
Creates an ASN1Boolean entity with the given boolValue
.
Implementation
ASN1Boolean(this.boolValue, {int tag = ASN1Tags.BOOLEAN}) : super(tag: tag);
Creates an ASN1Boolean entity with the given boolValue
.
ASN1Boolean(this.boolValue, {int tag = ASN1Tags.BOOLEAN}) : super(tag: tag);