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