menu
flutter_feature_crypto package
documentation
data/dto/model/crypto_key.dart
CryptoKey
CryptoKey constructor
CryptoKey constructor
dark_mode
light_mode
CryptoKey
constructor
CryptoKey
(
{
required
String
publicKey
,
required
String
privateKey
,
})
Implementation
CryptoKey({ required this.publicKey, required this.privateKey, });
flutter_feature_crypto package
documentation
data/dto/model/crypto_key
CryptoKey
CryptoKey constructor
CryptoKey class