secondaryTextMatchedSubstrings property

ListBuilder<PlaceAutocompleteMatchedSubstring> secondaryTextMatchedSubstrings

Implementation

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

Implementation

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