toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (categoricalStatsConfig != null)
    'categoricalStatsConfig': categoricalStatsConfig!,
  if (deltaPresenceEstimationConfig != null)
    'deltaPresenceEstimationConfig': deltaPresenceEstimationConfig!,
  if (kAnonymityConfig != null) 'kAnonymityConfig': kAnonymityConfig!,
  if (kMapEstimationConfig != null)
    'kMapEstimationConfig': kMapEstimationConfig!,
  if (lDiversityConfig != null) 'lDiversityConfig': lDiversityConfig!,
  if (numericalStatsConfig != null)
    'numericalStatsConfig': numericalStatsConfig!,
};