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