toJson method

Map<String, dynamic> toJson()

Implementation

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