toJson method

String toJson()
inherited

Implementation

String toJson() {
  return DeckTranslationMapper.ensureInitialized()
      .encodeJson<DeckTranslation>(this as DeckTranslation);
}