WCSession class

Annotations
  • @JsonSerializable()

Constructors

WCSession({required String topic, required String version, required String bridge, required String key})
WCSession.empty()
factory
WCSession.from(String wcUri)
factory
WCSession.fromJson(Map<String, dynamic> json)
factory

Properties

bridge String
final
hashCode int
The hash code for this object.
no setteroverride
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
final
version String
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
toUri() String

Operators

operator ==(Object other) bool
The equality operator.
override