GetTopicAttributesResponse constructor

GetTopicAttributesResponse({
  1. Map<String, String>? attributes,
})

Implementation

GetTopicAttributesResponse({
  this.attributes,
});