fromJson static method

ListGameServer fromJson(
  1. String json
)

Implementation

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