toJson method
Implementation
@override
Object toJson() => {
if (snapshotAnalysis case final snapshotAnalysis?)
'snapshotAnalysis': snapshotAnalysis.toJson(),
if (importFeaturesAnalysis case final importFeaturesAnalysis?)
'importFeaturesAnalysis': importFeaturesAnalysis.toJson(),
if (numericalThresholdConfig case final numericalThresholdConfig?)
'numericalThresholdConfig': numericalThresholdConfig.toJson(),
if (categoricalThresholdConfig case final categoricalThresholdConfig?)
'categoricalThresholdConfig': categoricalThresholdConfig.toJson(),
};