WCSessionStore class
- Annotations
-
- @JsonSerializable()
Constructors
- WCSessionStore({required WCSession session, required WCPeerMeta peerMeta, required WCPeerMeta remotePeerMeta, required int chainId, required String peerId, required String remotePeerId})
-
WCSessionStore.fromJson(Map<
String, dynamic> json) -
factory
Properties
- chainId → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- peerId → String
-
final
- peerMeta → WCPeerMeta
-
final
- remotePeerId → String
-
final
- remotePeerMeta → WCPeerMeta
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session → WCSession
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override