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