info property Null safety
Implementation
JobInfo get info => JobInfo(
label: label,
description: description,
maxRetry: maxRetry,
retryCount: retryCount,
state: state,
);
JobInfo get info => JobInfo(
label: label,
description: description,
maxRetry: maxRetry,
retryCount: retryCount,
state: state,
);