fromJson static method

GameDialogCheckboxValue fromJson(
  1. String json
)

Implementation

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