QChatQuickComment class
消息快捷评论
- 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
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- msgIdServer ↔ int?
-
获取被评论消息服务端ID
getter/setter pair
- msgSenderAccid ↔ String?
-
获取被评论消息发送者账号
getter/setter pair
- msgTime ↔ int?
-
获取被评论消息发送时间
getter/setter pair
- operateType ↔ QChatQuickCommentOperateType?
-
获取快捷评论操作类型
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId ↔ int?
-
获取服务器Id
getter/setter pair
- type ↔ int?
-
获取评论类型
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