toJson method

Map<String, dynamic> toJson()

Implementation

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