toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (admissionWebhook != null) 'admissionWebhook': admissionWebhook!,
      if (gitSync != null) 'gitSync': gitSync!,
      if (importer != null) 'importer': importer!,
      if (monitor != null) 'monitor': monitor!,
      if (reconcilerManager != null) 'reconcilerManager': reconcilerManager!,
      if (rootReconciler != null) 'rootReconciler': rootReconciler!,
      if (syncer != null) 'syncer': syncer!,
    };