toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (actions != null) 'actions': actions!,
if (privacyMetric != null) 'privacyMetric': privacyMetric!,
if (sourceTable != null) 'sourceTable': sourceTable!,
};