allWords property

List<TimestampedWord> get allWords

Get all words with timestamps.

Implementation

List<TimestampedWord> get allWords => TimestampUtils.getAllWords(this);