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