toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (calculateTime != null) 'calculateTime': calculateTime!,
      if (dataCaptureTime != null) 'dataCaptureTime': dataCaptureTime!,
      if (drilldownPaths != null) 'drilldownPaths': drilldownPaths!,
      if (recommendations != null) 'recommendations': recommendations!,
      if (score != null) 'score': score!,
      if (scorePath != null) 'scorePath': scorePath!,
    };