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