QChatServerUnreadInfo constructor Null safety

QChatServerUnreadInfo(
  1. {required int serverId,
  2. int? unreadCount,
  3. int? mentionedCount,
  4. int? maxCount}
)

Implementation

QChatServerUnreadInfo(
    {required this.serverId,
    this.unreadCount,
    this.mentionedCount,
    this.maxCount});