CopyWith$Input$BarcodeUpdateInput<TRes> class abstract

Properties

discount CopyWith$Input$DiscountDtoInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
maintenance CopyWith$Input$InternalProductMaintenanceInput<TRes>
no setter
media CopyWith$Input$MediaInput<TRes>
no setter
pixel CopyWith$Input$PixelBarcodeInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({String? product, String? internalProduct, List<String>? productAttributesValues, String? barcode, String? name, String? price, List<Input$BarcodePricesInput>? prices, List<Input$BarcodePeriodCreditInput>? priceCredit, Input$DiscountDtoInput? discount, Enum$ProductConditionEnum? condition, Enum$ProductStatusEnum? status, Input$MediaInput? media, List<String>? catalogueCategory, Input$InternalProductMaintenanceInput? maintenance, Input$PixelBarcodeInput? pixel, List<Input$ProductPriceListInput>? priceList, List<Input$ProductTaxesInput>? taxes, List<Input$BarcodeTranslationInput>? translation, String? supplier, String? id}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
priceCredit(Iterable<Input$BarcodePeriodCreditInput>? _fn(Iterable<CopyWith$Input$BarcodePeriodCreditInput<Input$BarcodePeriodCreditInput>>?)) → TRes
priceList(Iterable<Input$ProductPriceListInput>? _fn(Iterable<CopyWith$Input$ProductPriceListInput<Input$ProductPriceListInput>>?)) → TRes
prices(Iterable<Input$BarcodePricesInput>? _fn(Iterable<CopyWith$Input$BarcodePricesInput<Input$BarcodePricesInput>>?)) → TRes
taxes(Iterable<Input$ProductTaxesInput>? _fn(Iterable<CopyWith$Input$ProductTaxesInput<Input$ProductTaxesInput>>?)) → TRes
toString() String
A string representation of this object.
inherited
translation(Iterable<Input$BarcodeTranslationInput>? _fn(Iterable<CopyWith$Input$BarcodeTranslationInput<Input$BarcodeTranslationInput>>?)) → TRes

Operators

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