PlacesAutocompleteResponse class abstract

Constructors

PlacesAutocompleteResponse([void updates(PlacesAutocompleteResponseBuilder b)])
factory

Properties

errorMessage String?
When the service returns a status code other than OK<, there may be an additional error_message field within the response object. This field contains more detailed information about thereasons behind the given status code. This field is not always returned, and its content is subject to change.
no setter
hashCode int
The hash code for this object.
no setterinherited
infoMessages → BuiltList<String>?
When the service returns additional information about the request specification, there may be an additional info_messages field within the response object. This field is only returned for successful requests. It may not always be returned, and its content is subject to change.
no setter
predictions → BuiltList<PlaceAutocompletePrediction>?
Contains an array of predictions.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PlacesAutocompleteStatus?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlacesAutocompleteResponseBuilder)) PlacesAutocompleteResponse
Rebuilds the instance.
inherited
toBuilder() PlacesAutocompleteResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PlacesAutocompleteResponse>
no setter