toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (abortedCount != null) 'abortedCount': abortedCount!,
if (pendingCount != null) 'pendingCount': pendingCount!,
if (processedCount != null) 'processedCount': processedCount!,
};