otherClients property

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

其他登录客户端信息

Implementation

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