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