CheetahTranscript constructor

CheetahTranscript(
  1. String? _transcript,
  2. bool? _isEndpoint
)

Implementation

CheetahTranscript(this._transcript, this._isEndpoint);