getType method

String? getType()

Get type of the topic: me, p2p, grp, fnd...

Implementation

String? getType() {
  return Tools.topicType(name ?? '');
}