CardOrderBuilder class

Constructors

CardOrderBuilder()

Properties

beginDate DateTime?
getter/setter pair
cardManufacturingProfileId String?
getter/setter pair
closedDate DateTime?
getter/setter pair
endDate DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lockDate DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCenter String?
getter/setter pair
status CardOrderStatusEnum?
getter/setter pair

Methods

build() CardOrder
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(CardOrder 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(CardOrderBuilder)?) → void
Applies updates.
override

Operators

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