Returns the new instance of CID based on list bytes.
bytes
factory CID.fromList(final List<int> bytes) => CID( _ensureBytesFormat(Uint8List.fromList(bytes)), );