toJson method
Implementation
@override
Object toJson() => {
if (driftThresholds.isNotDefault)
'driftThresholds': encodeMap(driftThresholds),
if (attributionScoreDriftThresholds.isNotDefault)
'attributionScoreDriftThresholds': encodeMap(
attributionScoreDriftThresholds,
),
if (defaultDriftThreshold != null)
'defaultDriftThreshold': defaultDriftThreshold!.toJson(),
};