toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (clusterLevelStopSyncingState != null)
    'clusterLevelStopSyncingState': clusterLevelStopSyncingState!,
  if (crCount != null) 'crCount': crCount!,
  if (deploymentState != null) 'deploymentState': deploymentState!,
  if (errors != null) 'errors': errors!,
  if (reposyncCrd != null) 'reposyncCrd': reposyncCrd!,
  if (rootsyncCrd != null) 'rootsyncCrd': rootsyncCrd!,
  if (state != null) 'state': state!,
  if (syncState != null) 'syncState': syncState!,
  if (version != null) 'version': version!,
};