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