MergeMessage class
- Inheritance
-
- Object
- MessageContent
- MergeMessage
Constructors
- MergeMessage()
-
MergeMessage.create(String title, Conversation? conversation, List<
String> messageIdList, List<MergeMessagePreviewUnit> previewList)
Properties
- containerMsgId ↔ String
-
getter/setter pair
- conversation ↔ Conversation?
-
getter/setter pair
- extra ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messageIdList
↔ List<
String> -
getter/setter pair
-
previewList
↔ List<
MergeMessagePreviewUnit> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
Methods
-
conversationDigest(
) → String -
override
-
decode(
String content) → void -
override
-
encode(
) → String -
override
-
getContentType(
) → String -
override
-
getFlags(
) → int -
inherited
-
getSearchContent(
) → String -
inherited
-
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