menu
sendingnetwork_dart_sdk package
documentation
encryption/utils/ssss_cache.dart
SSSSCache
SSSSCache const constructor
SSSSCache const constructor
dark_mode
light_mode
SSSSCache
constructor
const
SSSSCache
(
{
String
?
type
,
String
?
keyId
,
String
?
ciphertext
,
String
?
content
,
})
Implementation
const SSSSCache({this.type, this.keyId, this.ciphertext, this.content});
sendingnetwork_dart_sdk package
documentation
encryption/utils/ssss_cache
SSSSCache
SSSSCache const constructor
SSSSCache class