StoredInboundGroupSession class

Constructors

StoredInboundGroupSession({required String roomId, required String sessionId, required String pickle, required String content, required String indexes, required String allowedAtIndex, @Deprecated('Only in use in legacy databases!') bool? uploaded, required String senderKey, required String senderClaimedKeys})
StoredInboundGroupSession.fromJson(Map<String, dynamic> json)
factory

Properties

allowedAtIndex → String
final
content → String
final
hashCode → int
The hash code for this object.
no setterinherited
indexes → String
final
pickle → String
final
roomId → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
senderClaimedKeys → String
final
senderKey → String
final
sessionId → String
final
uploaded → bool?
final

Methods

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.
inherited

Operators

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