secondary_text_matched_substrings property

List<PlaceAutocompleteMatchedSubstring>? secondary_text_matched_substrings
inherited

Contains an array with offset value and length. These describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.

Implementation

List<PlaceAutocompleteMatchedSubstring>?
    get secondary_text_matched_substrings =>
        throw _privateConstructorUsedError;