CipherHello constructor

CipherHello({
  1. String? name,
  2. String? proto,
  3. String? algo,
  4. List<String>? parties,
  5. String? message,
})

Implementation

CipherHello({this.name, this.proto, this.algo, this.parties, this.message});