toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributionScoreDriftThresholds != null)
    'attributionScoreDriftThresholds': attributionScoreDriftThresholds!,
  if (defaultDriftThreshold != null)
    'defaultDriftThreshold': defaultDriftThreshold!,
  if (driftThresholds != null) 'driftThresholds': driftThresholds!,
};