matchedSubstrings property

  1. @BuiltValueField(wireName: r'matched_substrings')
BuiltList<PlaceAutocompleteMatchedSubstring>? get matchedSubstrings

A list of substrings that describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.

Implementation

@BuiltValueField(wireName: r'matched_substrings')
BuiltList<PlaceAutocompleteMatchedSubstring>? get matchedSubstrings;