toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (disableRetries != null) 'disableRetries': disableRetries!,
if (restartJobOnWorkerRestart != null)
'restartJobOnWorkerRestart': restartJobOnWorkerRestart!,
if (timeout != null) 'timeout': timeout!,
};