fromJson static method

DeckTranslation fromJson(
  1. String json
)

Implementation

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