GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText constructor

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText({
  1. List<GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange>? matches,
  2. String? text,
})

Implementation

GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionFormattableText({
  this.matches,
  this.text,
});