PersonQueryBuilder class
- Implemented types
-
- Builder<
PersonQuery, PersonQueryBuilder>
- Builder<
Constructors
Properties
- birthDate ↔ StringQueryBuilder
-
read / write
- gender ↔ StringQueryBuilder
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- homePlace ↔ PlaceQueryBuilder
-
read / write
- localeName ↔ StringQueryBuilder
-
read / write
- meta ↔ MetaQueryBuilder
-
read / write
- name ↔ PersonNameQueryBuilder
-
read / write
- place ↔ PlaceBuilder
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
build(
) → _$PersonQuery -
Builds. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
replace(
PersonQuery 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(PersonQueryBuilder)) → void -
Applies updates. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited