menu
flutter_mqchat package
documentation
models/payload_with_topic.dart
PayloadWithTopic
PayloadWithTopic constructor
PayloadWithTopic constructor
dark_mode
light_mode
PayloadWithTopic
constructor
PayloadWithTopic
(
{
required
String
payload
,
required
String
topic
,
})
Implementation
PayloadWithTopic({required this.payload, required this.topic});
flutter_mqchat package
documentation
models/payload_with_topic
PayloadWithTopic
PayloadWithTopic constructor
PayloadWithTopic class