QChatMessageQuickCommentDetail constructor Null safety

QChatMessageQuickCommentDetail(
  1. {int? channelId,
  2. int? serverId,
  3. int? msgIdServer,
  4. List<QChatQuickCommentDetail>? details,
  5. int? lastUpdateTime,
  6. int? totalCount}
)

Implementation

QChatMessageQuickCommentDetail(
    {this.channelId,
    this.serverId,
    this.msgIdServer,
    this.details,
    this.lastUpdateTime,
    this.totalCount});