toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final otherReasonComment = this.otherReasonComment;
final surveyDissatisfiedReason = this.surveyDissatisfiedReason;
return {
'otherReasonComment': ?otherReasonComment,
'surveyDissatisfiedReason': ?surveyDissatisfiedReason,
};
}