fromJson static method
- String json
Implementation
static ServerList fromJson(String json) {
return ensureInitialized().decodeJson<ServerList>(json);
}
static ServerList fromJson(String json) {
return ensureInitialized().decodeJson<ServerList>(json);
}