nim_core
nim_core
QChatJoinByInviteCodeParam
isValid method
isValid
isValid
method
Null safety
bool
isValid
(
)
参数是否合法
Implementation
bool isValid() => serverId != null && serverId! > 0;
nim_core
nim_core
QChatJoinByInviteCodeParam
isValid method
QChatJoinByInviteCodeParam class
Constructors
QChatJoinByInviteCodeParam
fromJson
Properties
hashCode
inviteCode
postscript
runtimeType
serverId
Methods
isValid
noSuchMethod
toJson
toString
Operators
operator ==