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