secondaryTextMatchedSubstrings property

ListBuilder<PlaceAutocompleteMatchedSubstring> get secondaryTextMatchedSubstrings

Implementation

ListBuilder<PlaceAutocompleteMatchedSubstring>
    get secondaryTextMatchedSubstrings =>
        _$this._secondaryTextMatchedSubstrings ??=
            new ListBuilder<PlaceAutocompleteMatchedSubstring>();
set secondaryTextMatchedSubstrings (ListBuilder<PlaceAutocompleteMatchedSubstring>? secondaryTextMatchedSubstrings)

Implementation

set secondaryTextMatchedSubstrings(
        ListBuilder<PlaceAutocompleteMatchedSubstring>?
            secondaryTextMatchedSubstrings) =>
    _$this._secondaryTextMatchedSubstrings = secondaryTextMatchedSubstrings;