ShoppingTransactionQueryBuilder class
- Implemented types
Constructors
Properties
- 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
- total ↔ MoneyQueryBuilder
-
read / write
Methods
-
build(
) → _$ShoppingTransactionQuery -
Builds. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
replace(
ShoppingTransactionQuery 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(ShoppingTransactionQueryBuilder)) → void -
Applies updates. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited