TopicQry constructor

TopicQry({
  1. required String topic,
})

Implementation

TopicQry({
  required this.topic,
});