toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (activeJobs != null) 'activeJobs': activeJobs!,
if (applicationId != null) 'applicationId': applicationId!,
if (attempts != null) 'attempts': attempts!,
if (completedJobs != null) 'completedJobs': completedJobs!,
if (failedJobs != null) 'failedJobs': failedJobs!,
if (schedulingMode != null) 'schedulingMode': schedulingMode!,
};