MergeMessageAbstract class
合并转发消息的缩略
Constructors
- MergeMessageAbstract({required String senderNick, required String content, required String userAccId})
-
MergeMessageAbstract.fromMap(Map<
String, dynamic> map) -
factory
Properties
- content ↔ String
-
内容,不是Text的显示缩略
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderNick ↔ String
-
消息展示的nick,只取fromNick,没有就accId
getter/setter pair
- userAccId ↔ String
-
发送方的accId
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited