servers property

  1. @JsonKey(fromJson: _serverListFromJsonNullable)
List<QChatServer>? servers
final

查询到的服务器列表

Implementation

@JsonKey(fromJson: _serverListFromJsonNullable)
final List<QChatServer>? servers;