Transcode constructor
      
      Transcode({})
     
    
    
Implementation
Transcode({
  this.audioBitRateKbps,
  this.audioSampleRateHz,
  this.bitRateKbps,
  this.dimensions,
  this.fileSizeBytes,
  this.frameRate,
  this.mimeType,
  this.name,
  this.transcoded,
});