RCIMIWSearchConversationResult class
Constructors
-
RCIMIWSearchConversationResult.fromJson(Map<
String, dynamic> json)
Properties
- conversation ↔ RCIMIWConversation?
-
获取会话的实体,用来容纳和存储客户端的会话信息,对应会话列表中的会话。
getter/setter pair
- count ↔ int?
-
获取匹配会话数量
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited