toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (agentAssistantRecord != null)
    'agentAssistantRecord': agentAssistantRecord!,
  if (answerFeedback != null) 'answerFeedback': answerFeedback!,
  if (name != null) 'name': name!,
};