matchedSubstrings property
List<PredictionSubstring>
get
matchedSubstrings
Implementation
List<PredictionSubstring> get matchedSubstrings => _matchedSubstrings.toDart;
set
matchedSubstrings
(List<PredictionSubstring> value)
Implementation
set matchedSubstrings(List<PredictionSubstring> value) =>
_matchedSubstrings = value.toJS;