menu
cometchat_sdk
models/conversation.dart
Conversation
tags property
tags
brightness_4
brightness_5
tags
property
List
<
String
>
?
tags
getter/setter pair
tags
is a list of tags associated with the conversation.
Implementation
List<String>? tags;
cometchat_sdk
conversation
Conversation
tags property
Conversation class