CopyWith$Input$OrderSettingsInput<TRes> class
abstract
Constructors
- CopyWith$Input$OrderSettingsInput(Input$OrderSettingsInput instance, TRes then(Input$OrderSettingsInput))
-
factory
- CopyWith$Input$OrderSettingsInput.stub(TRes res)
-
factory
Properties
-
$import
→ CopyWith$Input$OrderSettingsImportInput<
TRes> -
no setter
-
deliveryTime
→ CopyWith$Input$MilitaryTimeFromToInput<
TRes> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pickupTime
→ CopyWith$Input$MilitaryTimeFromToInput<
TRes> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
target
→ CopyWith$Input$TargetACIInput<
TRes> -
no setter
Methods
-
call(
{Input$TargetACIInput? target, Input$MilitaryTimeFromToInput? pickupTime, bool? pickup, bool? delivery, bool? showMenuInPortal, bool? mobilePickup, bool? portalPickup, bool? facebookPickup, Input$MilitaryTimeFromToInput? deliveryTime, bool? mobileDelivery, bool? portalDelivery, bool? facebookDelivery, List< Input$MonthDaysInput> ? nonDeliveryDays, List<Input$MonthDaysInput> ? nonPickupDays, List<String> ? deliveryCountries, List<String> ? deliveryStates, Input$OrderSettingsImportInput? $import, List<Input$OrderSettingsExtraFeesInput> ? extraFees, List<Input$OrderSettingsEmailsInput> ? emails}) → TRes -
emails(
Iterable< Input$OrderSettingsEmailsInput> ? _fn(Iterable<CopyWith$Input$OrderSettingsEmailsInput< ?)) → TResInput$OrderSettingsEmailsInput> > -
extraFees(
Iterable< Input$OrderSettingsExtraFeesInput> ? _fn(Iterable<CopyWith$Input$OrderSettingsExtraFeesInput< ?)) → TResInput$OrderSettingsExtraFeesInput> > -
nonDeliveryDays(
Iterable< Input$MonthDaysInput> ? _fn(Iterable<CopyWith$Input$MonthDaysInput< ?)) → TResInput$MonthDaysInput> > -
nonPickupDays(
Iterable< Input$MonthDaysInput> ? _fn(Iterable<CopyWith$Input$MonthDaysInput< ?)) → TResInput$MonthDaysInput> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited