ASN1BitString.decode constructor

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

Implementation

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