CID constructor

const CID(
  1. Uint8List bytes
)

Returns the new instance of CID.

Implementation

const CID(final Uint8List bytes) : _bytes = bytes;