servers property Null safety

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

查询到的服务器

Implementation

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