toJson method

String toJson()

Implementation

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