toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (exportedArtifactCount != null)
'exportedArtifactCount': exportedArtifactCount!,
if (sizeInBytes != null) 'sizeInBytes': sizeInBytes!,
if (totalArtifactCount != null)
'totalArtifactCount': totalArtifactCount!,
};