Topic constructor

Topic(
  1. String topicName
)

Implementation

Topic(String topicName) {
  _resolveDependencies();
  name = topicName;
}