SealdEncryptionSessionRetrievalDetails class

SealdEncryptionSessionRetrievalDetails represents the details of how an Encryption Session was retrieved.

Properties

flow SealdEncryptionSessionRetrievalFlow
The way the session was retrieved: as a direct recipient, as a member of a group, or through a proxy session.
final
fromCache bool
Indicates if this session was retrieved from the cache.
final
groupId String?
If the session was retrieved as a member of a group, the ID of the group in question.
final
hashCode int
The hash code for this object.
no setterinherited
proxySessionId String?
If the session was retrieved through a proxy session, the ID of this proxy session.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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