Transcript constructor

Transcript({
  1. DocsDestination? docsDestination,
  2. String? endTime,
  3. String? name,
  4. String? startTime,
  5. String? state,
})

Implementation

Transcript({
  this.docsDestination,
  this.endTime,
  this.name,
  this.startTime,
  this.state,
});