StorageKeyshare class

StorageKeyshare is a class that represents a keyshare in the storage.

Constructors

StorageKeyshare({required String keyId, required String id, required StorageDomain domain, required KeyshareType type, required String keyshareData, String? sessionId})
StorageKeyshare.fromMap(Map<String, dynamic> map)
factory
StorageKeyshare.fromString(String keyshareData)
factory

Properties

domain StorageDomain
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
keyId String
final
keyshareData String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
getter/setter pair
type KeyshareType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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