QChatQuickComment constructor Null safety

QChatQuickComment(
  1. {int? serverId,
  2. int? channelId,
  3. int? msgIdServer,
  4. int? type,
  5. QChatQuickCommentOperateType? operateType,
  6. String? msgSenderAccid,
  7. int? msgTime}
)

Implementation

QChatQuickComment(
    {this.serverId,
    this.channelId,
    this.msgIdServer,
    this.type,
    this.operateType,
    this.msgSenderAccid,
    this.msgTime});