toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
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!,
};