fromJson static method

ServerState fromJson(
  1. String json
)

Implementation

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