matchedSubstrings property

List<PredictionSubstring?>? matchedSubstrings

Implementation

List<PredictionSubstring?>? get matchedSubstrings =>
    getProperty(this, 'matched_substrings')?.cast<PredictionSubstring?>();
void matchedSubstrings=(List<PredictionSubstring?>? value)

Implementation

set matchedSubstrings(List<PredictionSubstring?>? value) {
  setProperty(this, 'matched_substrings', value);
}