QChatMsgUpdateContent class Null safety
消息更新内容
- 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
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
remoteExtension
↔ Map<
String, dynamic> ? -
修改的消息自定义ext,没有修改返回null
@JsonKey(fromJson: castPlatformMapToDartMap), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverStatus ↔ int?
-
修改的服务器消息状态,没修改返回null
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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