Topic.parse constructor

Topic.parse(
  1. String fullTopic
)

Implementation

factory Topic.parse(String fullTopic) {
  return EventTopicImpl.parse(fullTopic);
}