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