NIMMessageThreadOption class Null safety

Annotations
  • @JsonSerializable()

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
Sender of a replied message
read / write
replyMessageIdClient String
UUID of a replied message
read / write
replyMessageIdServer int?
ServerID of a replied message
read / write
replyMessageTime int?
Sending time of a replied message
read / write
replyMessageToAccount String
Recipient of a replied message. If the recipient is a group, use tid
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
threadMessageFromAccount String
Sender of a thread message
read / write
threadMessageIdClient String
UUID of a thread message */
read / write
threadMessageIdServer int?
ServerID of a thread message/
read / write
threadMessageTime int?
Sending time of of a thread message
read / write
threadMessageToAccount String
Recipient of a thread message. If the recipient is a group, use 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