MessageSearchOptions class
Constructors
-
MessageSearchOptions({required List<
MessageType> types, String? from, int ts = -1, int count = 10, EMSearchDirection direction = EMSearchDirection.Up}) -
const
Properties
- count → int
-
获取的消息条数。最大为400。
final
- direction → EMSearchDirection
-
消息搜索方向。
final
- from → String?
-
消息发送方。
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ts → int
-
参考时间戳。
final
-
types
→ List<
MessageType> -
消息类型列表
final
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