ASN1Null.fromBytes constructor
ASN1Null.fromBytes(
- Uint8List encodedBytes
Creates an ASN1Null entity from the given encodedBytes
.
Implementation
ASN1Null.fromBytes(Uint8List super.encodedBytes) : super.fromBytes();