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