LeavePacketData constructor

LeavePacketData({
  1. String? topic,
  2. bool? unsub,
})

Implementation

LeavePacketData({this.topic, this.unsub});