PlaceQueryBuilder class
- Implemented types
-
- Builder<
PlaceQuery, PlaceQueryBuilder>
- Builder<
Constructors
Properties
- cityName ↔ TextQueryBuilder
-
read / write
- countryCode ↔ StringQueryBuilder
-
read / write
- geoPoint ↔ GeoPointQueryBuilder
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- meta ↔ MetaQueryBuilder
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stateCode ↔ StringQueryBuilder
-
read / write
- streetAddress ↔ TextQueryBuilder
-
read / write
- title ↔ TextQueryBuilder
-
read / write
Methods
-
build(
) → _$PlaceQuery -
Builds. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
replace(
PlaceQuery other) → void -
Replaces the value in the builder with a new one. [...]
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
update(
void updates(PlaceQueryBuilder)) → void -
Applies updates. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited