ASN1Null.decode constructor

ASN1Null.decode(
  1. Iterable<int> bytes
)

Implementation

factory ASN1Null.decode(final Iterable<int> bytes) =>
    parse(MutableIterable(bytes));