SubPacketData constructor

SubPacketData({
  1. String? topic,
  2. SetParams? set,
  3. GetQuery? get,
})

Implementation

SubPacketData({this.topic, this.set, this.get});