toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (createTime != null) 'createTime': createTime!,
if (finalStatus != null) 'finalStatus': finalStatus!,
if (name != null) 'name': name!,
if (runTime != null) 'runTime': runTime!,
if (syncSummary != null) 'syncSummary': syncSummary!,
};