CryptoParticipant constructor

CryptoParticipant({
  1. required String publicKey,
})

Implementation

CryptoParticipant({required this.publicKey});