toJson method

  1. @override
Object toJson()

Implementation

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