Input$BarcodeInput class
Constructors
-
Input$BarcodeInput({String? product, String? internalProduct, List<
String> ? productAttributesValues, required 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}) -
factory
-
Input$BarcodeInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- barcode → String
-
no setter
-
catalogueCategory
→ List<
String> ? -
no setter
- condition → Enum$ProductConditionEnum?
-
no setter
-
copyWith
→ CopyWith$Input$BarcodeInput<
Input$BarcodeInput> -
no setter
- discount → Input$DiscountDtoInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- internalProduct → String?
-
no setter
- maintenance → Input$InternalProductMaintenanceInput?
-
no setter
- media → Input$MediaInput?
-
no setter
- name → String?
-
no setter
- pixel → Input$PixelBarcodeInput?
-
no setter
- price → String?
-
no setter
-
priceCredit
→ List<
Input$BarcodePeriodCreditInput> ? -
no setter
-
priceList
→ List<
Input$ProductPriceListInput> ? -
no setter
-
prices
→ List<
Input$BarcodePricesInput> ? -
no setter
- product → String?
-
no setter
-
productAttributesValues
→ List<
String> ? -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Enum$ProductStatusEnum?
-
no setter
- supplier → String?
-
no setter
-
taxes
→ List<
Input$ProductTaxesInput> ? -
no setter
-
translation
→ List<
Input$BarcodeTranslationInput> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override