toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (snapshotAnalysis != null)
    'snapshotAnalysis': snapshotAnalysis!.toJson(),
  if (importFeaturesAnalysis != null)
    'importFeaturesAnalysis': importFeaturesAnalysis!.toJson(),
  if (numericalThresholdConfig != null)
    'numericalThresholdConfig': numericalThresholdConfig!.toJson(),
  if (categoricalThresholdConfig != null)
    'categoricalThresholdConfig': categoricalThresholdConfig!.toJson(),
};