menu
maas package
documentation
types/cipher.dart
CipherHello
CipherHello.new constructor
CipherHello.new constructor
dark_mode
light_mode
CipherHello
constructor
CipherHello
(
{
String
?
name
,
String
?
proto
,
String
?
algo
,
List
<
String
>
?
parties
,
String
?
message
,
})
Implementation
CipherHello({this.name, this.proto, this.algo, this.parties, this.message});
maas package
documentation
types/cipher
CipherHello
CipherHello.new constructor
CipherHello class