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