toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (analyzedConversationsCount != null)
    'analyzedConversationsCount': analyzedConversationsCount!,
  if (issueStats != null) 'issueStats': issueStats!,
  if (unclassifiedConversationsCount != null)
    'unclassifiedConversationsCount': unclassifiedConversationsCount!,
};