Tape constructor
      
      Tape({})
     
    
    
Implementation
Tape({
  this.kMSKey,
  this.poolEntryDate,
  this.poolId,
  this.progress,
  this.retentionStartDate,
  this.tapeARN,
  this.tapeBarcode,
  this.tapeCreatedDate,
  this.tapeSizeInBytes,
  this.tapeStatus,
  this.tapeUsedInBytes,
  this.vTLDevice,
  this.worm,
});