fromJson static method

ServerStateUpdated fromJson(
  1. String json
)

Implementation

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