ServerRelay constructor

ServerRelay(
  1. int from,
  2. Object payload
)

Implementation

ServerRelay(this.from, this.payload);