QChatQuickCommentDetail constructor Null safety

QChatQuickCommentDetail(
  1. {int? type,
  2. int? count,
  3. bool? hasSelf,
  4. List<String>? severalAccids}
)

Implementation

QChatQuickCommentDetail(
    {this.type, this.count, this.hasSelf, this.severalAccids});