Input$CatalogueCategoryUpdateInput class
Constructors
- 
          Input$CatalogueCategoryUpdateInput({bool? portal, bool? pickup, bool? booking, bool? delivery, String? parent, String? description, String? externalId, String? icon, List<Input$PictureInput> ? pictures, Input$CatalogueCategorySeoInput? seo, Enum$ProductVarietyEnum? variety, List<Input$CatalogueCategoryTranslationInput> ? translation, required String id, String? name, int? layer})
- 
          
            factory
- 
          Input$CatalogueCategoryUpdateInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- booking → bool?
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$CatalogueCategoryUpdateInput<Input$CatalogueCategoryUpdateInput> 
- 
  
  no setter
- delivery → bool?
- 
  
  no setter
- description → String?
- 
  
  no setter
- externalId → String?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- icon → String?
- 
  
  no setter
- id → String
- 
  
  no setter
- layer → int?
- 
  
  no setter
- name → String?
- 
  
  no setter
- parent → String?
- 
  
  no setter
- pickup → bool?
- 
  
  no setter
- 
  pictures
  → List<Input$PictureInput> ?
- 
  
  no setter
- portal → bool?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- seo → Input$CatalogueCategorySeoInput?
- 
  
  no setter
- 
  translation
  → List<Input$CatalogueCategoryTranslationInput> ?
- 
  
  no setter
- variety → Enum$ProductVarietyEnum?
- 
  
  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