PairingEvent constructor
PairingEvent({
- int? id,
- String? topic,
- JsonRpcError? error,
Implementation
PairingEvent({this.id, this.topic, this.error});
PairingEvent({this.id, this.topic, this.error});