LeopardTranscript constructor

LeopardTranscript(
  1. String? _transcript,
  2. List<LeopardWord>? _words
)

Implementation

LeopardTranscript(this._transcript, this._words);