menu
tinode_community package
documentation
tinode.dart
Topic
isChannel method
isChannel method
dark_mode
light_mode
isChannel
method
bool
isChannel
(
)
Check if topic is a channel
Implementation
bool isChannel() { return Tools.isChannelTopicName(name ?? ''); }
tinode_community package
documentation
tinode
Topic
isChannel method
Topic class