terms property

  1. @BuiltValueField(wireName: r'terms')
BuiltList<PlaceAutocompleteTerm>? terms

Contains an array of terms identifying each section of the returned description (a section of the description is generally terminated with a comma). Each entry in the array has a value field, containing the text of the term, and an offset field, defining the start position of this term in the description, measured in Unicode characters.

Implementation

@BuiltValueField(wireName: r'terms')
BuiltList<PlaceAutocompleteTerm>? get terms;