CopyWith$Input$MarketPlaceOrderInput<TRes> class
abstract
Constructors
- CopyWith$Input$MarketPlaceOrderInput(Input$MarketPlaceOrderInput instance, TRes then(Input$MarketPlaceOrderInput))
-
factory
- CopyWith$Input$MarketPlaceOrderInput.stub(TRes res)
-
factory
Properties
-
currency
→ CopyWith$Input$CurrencyIdNameType<
TRes> -
no setter
-
deliveryAddress
→ CopyWith$Input$FullAddressInput<
TRes> -
no setter
-
fees
→ CopyWith$Input$MarketPlaceOrderDtoFeesInput<
TRes> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
{String? user, String? notes, Enum$OrderTypeEnum? orderType, String? paymentMethod, Input$FullAddressInput? deliveryAddress, DateTime? orderTime, Input$MarketPlaceOrderDtoFeesInput? fees, List< Input$MarketPlaceOrderDtoExtraFeesInput> ? extraFees, List<Input$InstallmentInput> ? installments, Input$CurrencyIdNameType? currency}) → TRes -
extraFees(
Iterable< Input$MarketPlaceOrderDtoExtraFeesInput> ? _fn(Iterable<CopyWith$Input$MarketPlaceOrderDtoExtraFeesInput< ?)) → TResInput$MarketPlaceOrderDtoExtraFeesInput> > -
installments(
Iterable< Input$InstallmentInput> ? _fn(Iterable<CopyWith$Input$InstallmentInput< ?)) → TResInput$InstallmentInput> > -
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