matchedSubstrings property

ListBuilder<PlaceAutocompleteMatchedSubstring> matchedSubstrings

Implementation

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

Implementation

set matchedSubstrings(
        ListBuilder<PlaceAutocompleteMatchedSubstring> matchedSubstrings) =>
    _$this._matchedSubstrings = matchedSubstrings;