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