fromJson static method

ServerList fromJson(
  1. String json
)

Implementation

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