PairingStruct class

Annotations
  • @JsonSerializable()

Constructors

PairingStruct({required String topic, required int expiry, required RelayerProtocolOptions relay, required bool active, AppMetadata? peerMetadata})
PairingStruct.fromJson(Map<String, dynamic> json)
factory

Properties

active bool
final
expiry int
final
hashCode int
The hash code for this object.
no setteroverride
peerMetadata AppMetadata?
final
relay RelayerProtocolOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
final

Methods

copyWith({String? topic, int? expiry, RelayerProtocolOptions? relay, bool? active, AppMetadata? peerMetadata}) PairingStruct
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.
override