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