SessionPing constructor

SessionPing(
  1. int id,
  2. String topic
)

Implementation

SessionPing(this.id, this.topic);