RecoveryDataKey class

Constructors

RecoveryDataKey.fromBase32(String base32Key)
Load the recovery data key from its base32 representation
factory
RecoveryDataKey.fromHexString(String hexString)
Load the recovery data key from its hexadecimal representation
factory
RecoveryDataKey.fromRawBytes(Uint8List bytes)
Load the recovery data key from its raw bytes representation
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asBase32() String
Give a representation of this recovery data key as a base32 string, excluding padding
asHexString() String
Give a representation of this recovery data key as a hexadecimal string
asRawBytes() List<Uint8List>
Give a representation of this recovery data key as raw bytes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(RecoveryDataKey value) Map<String, dynamic>
fromJSON(Map<String, dynamic> data) RecoveryDataKey

Constants

byteLengthOptions → const Set<int>