menu
apex_api package
documentation
cipher/models/key_pair.dart
KeyPair
KeyPair.new const constructor
KeyPair.new const constructor
dark_mode
light_mode
KeyPair
constructor
const
KeyPair
(
String
secretKey
,
String
publicKey
)
Implementation
const KeyPair(this.secretKey, this.publicKey);
apex_api package
documentation
cipher/models/key_pair
KeyPair
KeyPair.new const constructor
KeyPair class