ExportStats constructor

ExportStats({
  1. String? exportedArtifactCount,
  2. String? sizeInBytes,
  3. String? totalArtifactCount,
})

Implementation

ExportStats({
  this.exportedArtifactCount,
  this.sizeInBytes,
  this.totalArtifactCount,
});