NativeSealdEncryptionSessionRetrievalDetails class

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

Inheritance
  • Object
  • Struct
  • NativeSealdEncryptionSessionRetrievalDetails
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Flow int
The way the session was retrieved : as a direct recipient, as member of a group, or through a proxy session.
getter/setter pair
FromCache int
bool
getter/setter pair
GroupId Pointer<Utf8>
If the session was retrieved as member of a group, the ID of the group in question.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ProxySessionId Pointer<Utf8>
If the session was retrieved through a proxy session, the ID of this proxy session.
getter/setter pair
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