SessionData class

Annotations
  • @JsonSerializable()

Constructors

SessionData({required String topic, required Relay relay, required int expiry, required bool acknowledged, required String controller, required Map<String, Namespace> namespaces, required ConnectionMetadata self, required ConnectionMetadata peer, Map<String, RequiredNamespace>? requiredNamespaces})
SessionData.fromJson(Map<String, dynamic> json)
factory

Properties

acknowledged bool
getter/setter pair
controller String
getter/setter pair
expiry int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
namespaces Map<String, Namespace>
getter/setter pair
peer ConnectionMetadata
getter/setter pair
relay Relay
getter/setter pair
requiredNamespaces Map<String, RequiredNamespace>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self ConnectionMetadata
getter/setter pair
topic String
getter/setter pair

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