EnterChatRoomResultData class

进入聊天室回包数据

Constructors

EnterChatRoomResultData()

Properties

account String?
账号, 比如匿名,是native生成的
getter/setter pair
chatRoomInfo ChatRoomInfo?
聊天室信息
getter/setter pair
chatRoomMember ChatRoomMember?
聊天室成员信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resCode int?
错误码
getter/setter pair
roomId String?
聊天室id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode StatusCode?
状态码
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited