AutocompleteRequest extension type
- on
- Implemented types
- Available extensions
Constructors
-
AutocompleteRequest({String input, JSArray<
JSString> ? includedPrimaryTypes, JSArray<JSString> ? includedRegionCodes, num? inputOffset, String? language, LocationBias? locationBias, LocationRestriction? locationRestriction, LatLngOrLatLngLiteral? origin, String? region, AutocompleteSessionToken? sessionToken})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedPrimaryTypes
↔ List<
String> ? -
getter/setter pair
-
includedRegionCodes
↔ List<
String> ? -
getter/setter pair
- input ↔ String
-
getter/setter pair
- inputOffset ↔ num?
-
getter/setter pair
- language ↔ String?
-
getter/setter pair
- locationBias ↔ LocationBias?
-
getter/setter pair
- locationRestriction ↔ LocationRestriction?
-
getter/setter pair
- origin ↔ LatLngOrLatLngLiteral?
-
getter/setter pair
- region ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionToken ↔ AutocompleteSessionToken?
-
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