fromJson static method

GameDialogDropdownValue fromJson(
  1. String json
)

Implementation

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