Oid.fromBytes constructor

Oid.fromBytes(
  1. Uint8List bytes
)

Parses a list of bytes into a Oid object

Implementation

Oid.fromBytes(Uint8List bytes) : _oid = ASN1ObjectIdentifier.fromBytes(bytes);