core.Map<core.String, core.dynamic> toJson() { final fieldValue = this.fieldValue; final questionText = this.questionText; return {'fieldValue': ?fieldValue, 'questionText': ?questionText}; }