PingParams constructor

PingParams({
  1. required String topic,
})

Implementation

PingParams({
  required this.topic,
});