LineItemBuilder class

Constructors

LineItemBuilder()

Properties

amountExcludingTax int?
getter/setter pair
amountIncludingTax int?
getter/setter pair
brand String?
getter/setter pair
color String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
imageUrl String?
getter/setter pair
itemCategory String?
getter/setter pair
manufacturer String?
getter/setter pair
marketplaceSellerId String?
getter/setter pair
productUrl String?
getter/setter pair
quantity int?
getter/setter pair
receiverEmail String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
getter/setter pair
sku String?
getter/setter pair
taxAmount int?
getter/setter pair
taxPercentage int?
getter/setter pair
upc String?
getter/setter pair

Methods

build() LineItem
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(LineItem other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(LineItemBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited