otherClients property Null safety

List<QChatClient> otherClients
@JsonKey(fromJson: _otherClientsFromJson), final

其他登录客户端信息

Implementation

@JsonKey(fromJson: _otherClientsFromJson)
final List<QChatClient> otherClients;