CID constructor
- required int version,
- required MultihashInfo multihash,
- String? codec,
- Multibase? multibaseType,
Creates a CID with the specified components.
Implementation
const CID({
required this.version,
required this.multihash,
this.codec,
this.multibaseType,
});