YIMMessage class
消息体
Constructors
- YIMMessage()
-
YIMMessage.fromJson(Map<
String, dynamic> map)
Properties
- attachment ↔ YIMAttachment?
-
getter/setter pair
- content ↔ String?
-
getter/setter pair
- conversationType ↔ YIMEnum_ConversationType
-
getter/setter pair
- from ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- isRevoke ↔ bool
-
getter/setter pair
-
localExt
↔ Map<
String, dynamic> ? -
getter/setter pair
- messageState ↔ YIMEnum_MessageState
-
getter/setter pair
- messageType ↔ YIMEnum_MessageType
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ DateTime
-
getter/setter pair
- to ↔ String
-
getter/setter pair
Methods
-
getConversatinoID(
) → String -
getIsMine(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited