mainTextMatchedSubstrings property

List<PredictionSubstring?>? mainTextMatchedSubstrings

Implementation

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

Implementation

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