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