WKMessageContent class

Implementers

Constructors

WKMessageContent()

Properties

content String
getter/setter pair
contentType int
getter/setter pair
entities List<WKMsgEntity>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mentionInfo WKMentionInfo?
getter/setter pair
reply WKReply?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicId String
getter/setter pair

Methods

decodeJson(Map<String, dynamic> json) WKMessageContent
displayText() String
encodeJson() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readInt(dynamic json, String key) int
readString(dynamic json, String key) String
searchableWord() String
toString() String
A string representation of this object.
inherited

Operators

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