fromJson static method

LanGameServer fromJson(
  1. String json
)

Implementation

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