fromJson static method

GameDialog fromJson(
  1. String json
)

Implementation

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