Input$ProductUpdateInput class

Constructors

Input$ProductUpdateInput({String? externalId, String? name, String? sku, String? description, List<String>? descriptionList, List<Input$ProductSpecsInput>? specs, List<String>? tags, Input$PictureInput? picture, List<Input$PictureInput>? pictures, Input$MediaInput? media, String? ean, double? weight, String? price, List<Enum$ProductClassEnum>? classification, String? wholesalerPrice, String? factoryPrice, String? tax, List<Input$ProductTaxesInput>? taxes, List<String>? productAttributes, List<String>? barcodes, String? brand, List<String>? category})
factory
Input$ProductUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

barcodes List<String>?
no setter
brand String?
no setter
category List<String>?
no setter
classification List<Enum$ProductClassEnum>?
no setter
copyWith CopyWith$Input$ProductUpdateInput<Input$ProductUpdateInput>
no setter
description String?
no setter
descriptionList List<String>?
no setter
ean String?
no setter
externalId String?
no setter
factoryPrice String?
no setter
hashCode int
The hash code for this object.
no setteroverride
media Input$MediaInput?
no setter
name String?
no setter
picture Input$PictureInput?
no setter
pictures List<Input$PictureInput>?
no setter
price String?
no setter
productAttributes List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sku String?
no setter
specs List<Input$ProductSpecsInput>?
no setter
tags List<String>?
no setter
tax String?
no setter
taxes List<Input$ProductTaxesInput>?
no setter
weight double?
no setter
wholesalerPrice String?
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