nim_core
nim_core
NIMChatRoomEnterRequest
tags property
tags
nim_core
nim_core
NIMChatRoomEnterRequest
tags property
NIMChatRoomEnterRequest class
Constructors
NIMChatRoomEnterRequest
fromMap
Properties
avatar
extension
hashCode
independentModeConfig
nickname
notifyExtension
notifyTargetTags
retryCount
roomId
runtimeType
tags
Methods
noSuchMethod
toJson
toString
Operators
operator ==
tags
property
Null safety
List
<
String
>
?
tags
final
登录标签,可以设置多个, 例子:
"tag1", "tag2"
Implementation
final List<String>? tags;