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