TopicMetaData constructor

TopicMetaData({
  1. String? key,
  2. String? value,
})

Implementation

TopicMetaData({this.key, this.value});