QChatMsgUpdateContent class
消息更新内容
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
QChatMsgUpdateContent({String? content, int? serverStatus, Map<
String, dynamic> ? remoteExtension}) -
QChatMsgUpdateContent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content ↔ String?
-
修改的消息内容,没有修改返回null
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
remoteExtension
↔ Map<
String, dynamic> ? -
修改的消息自定义ext,没有修改返回null
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverStatus ↔ int?
-
修改的服务器消息状态,没修改返回null
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited