fromJson static method

GameTeam fromJson(
  1. String json
)

Implementation

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