toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dataSourceId != null) 'dataSourceId': dataSourceId!,
if (issues != null) 'issues': issues!,
if (itemsCreated != null) 'itemsCreated': itemsCreated!,
if (itemsTotal != null) 'itemsTotal': itemsTotal!,
if (itemsUpdated != null) 'itemsUpdated': itemsUpdated!,
if (name != null) 'name': name!,
if (processingState != null) 'processingState': processingState!,
if (uploadTime != null) 'uploadTime': uploadTime!,
};