CreateTopicResponse constructor

CreateTopicResponse({
  1. String? topicArn,
})

Implementation

CreateTopicResponse({
  this.topicArn,
});