Conversation class

Constructors

Conversation()

Properties

blockStatus int?
getter/setter pair
conversationType int?
getter/setter pair
draft String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTop bool?
getter/setter pair
latestMessageContent MessageContent?
getter/setter pair
latestMessageId int?
getter/setter pair
mentionedCount int?
getter/setter pair
objectName String?
getter/setter pair
originContentMap Map?
getter/setter pair
receivedStatus int?
getter/setter pair
receivedTime int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderUserId String?
getter/setter pair
sentStatus int?
getter/setter pair
sentTime int?
getter/setter pair
targetId String?
getter/setter pair
unreadMessageCount int?
getter/setter pair

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