fromJson static method

GameDialogCheckboxComponent fromJson(
  1. String json
)

Implementation

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