NIMMessageThreadOption class Null safety
- Annotations
Constructors
- NIMMessageThreadOption({String replyMessageFromAccount = '', String replyMessageIdClient = '', int? replyMessageIdServer, int? replyMessageTime, String replyMessageToAccount = '', String threadMessageFromAccount = '', String threadMessageIdClient = '', int? threadMessageIdServer, int? threadMessageTime, String threadMessageToAccount = ''})
-
NIMMessageThreadOption.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- replyMessageFromAccount ↔ String
-
被回复消息的消息发送者
read / write
- replyMessageIdClient ↔ String
-
被回复消息的UUID
read / write
- replyMessageIdServer ↔ int?
-
被回复消息的消息ServerID
read / write
- replyMessageTime ↔ int?
-
被回复消息的消息发送时间
read / write
- replyMessageToAccount ↔ String
-
被回复消息的消息接受者,群的话是tid
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- threadMessageFromAccount ↔ String
-
thread消息的消息发送者
read / write
- threadMessageIdClient ↔ String
-
thread消息的UUID
read / write
- threadMessageIdServer ↔ int?
-
thread消息的消息ServerID
read / write
- threadMessageTime ↔ int?
-
thread消息的消息发送时间
read / write
- threadMessageToAccount ↔ String
-
thread消息的消息接受者,群的话是tid
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited