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