toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (appendOnly != null) 'appendOnly': appendOnly!,
  if (blmtConfig != null) 'blmtConfig': blmtConfig!,
  if (dataFreshness != null) 'dataFreshness': dataFreshness!,
  if (merge != null) 'merge': merge!,
  if (singleTargetDataset != null)
    'singleTargetDataset': singleTargetDataset!,
  if (sourceHierarchyDatasets != null)
    'sourceHierarchyDatasets': sourceHierarchyDatasets!,
};