ArchiveCreationOutput constructor

ArchiveCreationOutput({
  1. String? archiveId,
  2. String? checksum,
  3. String? location,
})

Implementation

ArchiveCreationOutput({
  this.archiveId,
  this.checksum,
  this.location,
});