PublicKey({ String? hcPartyId, String? hexString }) : hcPartyId = hcPartyId ?? null, hexString = hexString ?? null;