ScheduleTerminalActionsResponseBuilder class

Properties

actionDetails ScheduleTerminalActionsRequestActionDetailsBuilder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items ↔ ListBuilder<TerminalActionScheduleDetail>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt String?
getter/setter pair
storeId String?
getter/setter pair
terminalsWithErrors ↔ MapBuilder<String, BuiltList<String>>
getter/setter pair
totalErrors int?
getter/setter pair
totalScheduled int?
getter/setter pair

Methods

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

Operators

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