PlaceSearchRequest class Null safety
Constructors
- PlaceSearchRequest()
-
factory
Properties
- bounds ↔ LatLngBounds?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- keyword ↔ String?
-
read / write
- language ↔ String?
-
read / write
- location ↔ LatLng?
-
read / write
- maxPriceLevel ↔ num?
-
read / write
- minPriceLevel ↔ num?
-
read / write
- name ↔ String?
-
read / write
- openNow ↔ bool?
-
read / write
- radius ↔ num?
-
read / write
- rankBy ↔ RankBy?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited