fromJson static method

GameDialogDropdownOption fromJson(
  1. String json
)

Implementation

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