uniris_lib_dart
secret
Secret
Secret constructor
Secret
uniris_lib_dart
secret
Secret
Secret constructor
Secret class
Constructors
Secret
Properties
aesKey
hashCode
iv
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Secret
constructor
Null safety
Secret
(
{
required
Uint8List
iv
,
required
Uint8List
aesKey
}
)
Implementation
Secret({ required this.iv, required this.aesKey, });