topic property

String topic

Implementation

String get topic => _topic;
void topic=(String newTopic)

Implementation

set topic(String newTopic) {
  _topic = newTopic;
  _topicParts = null;
}