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