toJson method

Map<String, dynamic> toJson()

Implementation

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