mainTextMatchedSubstrings property
List<PredictionSubstring?> ?
get
mainTextMatchedSubstrings
Implementation
List<PredictionSubstring?>? get mainTextMatchedSubstrings =>
getProperty(this, 'main_text_matched_substrings')
?.cast<PredictionSubstring?>();
set
mainTextMatchedSubstrings
(List<PredictionSubstring?> ? value)
Implementation
set mainTextMatchedSubstrings(List<PredictionSubstring?>? value) {
setProperty(this, 'main_text_matched_substrings', value);
}