mainTextMatchedSubstrings property

ListBuilder<PlaceAutocompleteMatchedSubstring> mainTextMatchedSubstrings

Implementation

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

Implementation

set mainTextMatchedSubstrings(
        ListBuilder<PlaceAutocompleteMatchedSubstring>?
            mainTextMatchedSubstrings) =>
    _$this._mainTextMatchedSubstrings = mainTextMatchedSubstrings;