Returns the new instance of CID based on string cid.
cid
factory CID.parse(final String cid) => CID( _decode(_ensureStringFormat(cid)), );