PayloadWithTopic constructor

PayloadWithTopic({
  1. required String payload,
  2. required String topic,
})

Implementation

PayloadWithTopic({required this.payload, required this.topic});