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