AutoCompleteItem class
Autocomplete results item returned from Google will be deserialized into this model.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The id of the place. This helps to fetch the lat,lng of the place.
getter/setter pair
- length ↔ int?
-
Length of matched part of the text
getter/setter pair
- offset ↔ int?
-
Assistive index to begin highlight of matched part of the text with
the original query
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
The text (name of place) displayed in the autocomplete suggestions list.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited