Topic constructor

Topic({
  1. String? topicArn,
})

Implementation

Topic({
  this.topicArn,
});