toJson method

Map<String, dynamic> toJson()

Implementation

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