Disclosure class
Constructors
- Disclosure({String? key, dynamic value, String? salt, SaltAlgorithm? saltAlgorithm, DigestAlgorithm digestAlgorithm = DigestAlgorithm.sha2_256})
- Disclosure.fromBytes(Uint8List disclosure)
-
factory
-
Disclosure.fromJson(Map<
String, dynamic> map)
Properties
Methods
-
digest(
DigestAlgorithm digestAlgorithm) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited