ClientRelay constructor

ClientRelay(
  1. int to,
  2. Object payload
)

Implementation

ClientRelay(this.to, this.payload);