getTopic method

String getTopic()

Implementation

String getTopic() {
  return _topic != null && _topic != '' ? _topic! : getName();
}