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