Transcript constructor
Transcript({
- DocsDestination? docsDestination,
- String? endTime,
- String? name,
- String? startTime,
- String? state,
Implementation
Transcript({
this.docsDestination,
this.endTime,
this.name,
this.startTime,
this.state,
});