QChatQuickComment class Null safety
消息快捷评论
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatQuickComment({int? serverId, int? channelId, int? msgIdServer, int? type, QChatQuickCommentOperateType? operateType, String? msgSenderAccid, int? msgTime})
-
QChatQuickComment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelId ↔ int?
-
获取频道Id
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- msgIdServer ↔ int?
-
获取被评论消息服务端ID
read / write
- msgSenderAccid ↔ String?
-
获取被评论消息发送者账号
read / write
- msgTime ↔ int?
-
获取被评论消息发送时间
read / write
- operateType ↔ QChatQuickCommentOperateType?
-
获取快捷评论操作类型
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serverId ↔ int?
-
获取服务器Id
read / write
- type ↔ int?
-
获取评论类型
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