CopyWith$Input$ProductUpdateInput<TRes> class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
media CopyWith$Input$MediaInput<TRes>
no setter
picture CopyWith$Input$PictureInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({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}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pictures(Iterable<Input$PictureInput>? _fn(Iterable<CopyWith$Input$PictureInput<Input$PictureInput>>?)) → TRes
specs(Iterable<Input$ProductSpecsInput>? _fn(Iterable<CopyWith$Input$ProductSpecsInput<Input$ProductSpecsInput>>?)) → TRes
taxes(Iterable<Input$ProductTaxesInput>? _fn(Iterable<CopyWith$Input$ProductTaxesInput<Input$ProductTaxesInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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