CopyWith$Input$CreateSimpleProductInput<TRes> class abstract

Properties

discount CopyWith$Input$DiscountDtoInput<TRes>
no setter
globalCategory CopyWith$Input$GlobalCategoryInput<TRes>
no setter
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
seo CopyWith$Input$CatalogueCategorySeoInput<TRes>
no setter
target CopyWith$Input$TargetACIInput<TRes>
no setter

Methods

call({String? name, String? description, List<String>? descriptionList, List<Input$ProductSpecsInput>? specs, String? externalId, List<String>? tags, List<Enum$ProductClassEnum>? classification, Enum$ProductStructureEnum? structure, Enum$ProductVarietyEnum? variety, Enum$ProductConditionEnum? condition, Enum$ProductStatusEnum? status, bool? rent, Input$DiscountDtoInput? discount, String? sku, Input$CatalogueCategorySeoInput? seo, List<Input$InternalProductTranslationInput>? translation, String? brand, Input$PictureInput? picture, List<Input$PictureInput>? pictures, Input$MediaInput? media, List<String>? suppliers, String? price, Input$TargetACIInput? target, List<String>? catalogueCategory, Input$GlobalCategoryInput? globalCategory}) → 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
toString() String
A string representation of this object.
inherited
translation(Iterable<Input$InternalProductTranslationInput>? _fn(Iterable<CopyWith$Input$InternalProductTranslationInput<Input$InternalProductTranslationInput>>?)) → TRes

Operators

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