fromJson static method

GameDialogValue fromJson(
  1. String json
)

Implementation

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