CID constructor

CID(
  1. int type,
  2. Multihash hash, {
  3. int? size,
})

Implementation

CID(this.type, this.hash, {this.size});