Input$ProductFilterInput class

Constructors

Input$ProductFilterInput({String? fromPrice, String? toPrice, DateTime? from, DateTime? to, List<String>? productAttributes, List<String>? barcodes, List<String>? brand, List<String>? category, List<Enum$ProductClassEnum>? classification, List<Enum$ProductStructureEnum>? structure, List<Enum$ProductVarietyEnum>? variety, bool? rent})
factory
Input$ProductFilterInput.fromJson(Map<String, dynamic> data)
factory

Properties

barcodes List<String>?
no setter
brand List<String>?
no setter
category List<String>?
no setter
classification List<Enum$ProductClassEnum>?
no setter
copyWith CopyWith$Input$ProductFilterInput<Input$ProductFilterInput>
no setter
from DateTime?
no setter
fromPrice String?
no setter
hashCode int
The hash code for this object.
no setteroverride
productAttributes List<String>?
no setter
rent bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure List<Enum$ProductStructureEnum>?
no setter
to DateTime?
no setter
toPrice String?
no setter
variety List<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