fromJson static method

BrowsedGameServer fromJson(
  1. String json
)

Implementation

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