Message class

Constructors

Message(Conversation conversation)

Properties

clientMsgNo int
getter/setter pair
content MessageContent?
getter/setter pair
contentType String
getter/setter pair
conversation Conversation
getter/setter pair
destroyTime int
getter/setter pair
direction int
getter/setter pair
groupReadInfo GroupMessageReadInfo?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRead bool
getter/setter pair
isEdit bool
getter/setter pair
lifeTimeAfterRead int
getter/setter pair
localAttribute String
getter/setter pair
mentionInfo MessageMentionInfo?
getter/setter pair
messageId String
getter/setter pair
messageState int
getter/setter pair
referredMsg Message?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender UserInfo?
getter/setter pair
senderUserId String
getter/setter pair
timestamp int
getter/setter pair

Methods

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

Operators

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

Static Methods

fromMap(Map map) Message