FilterDataModel class Null safety
Constructors
-
FilterDataModel({List<
BreadCrumb> ? breadCrumbs, List<BreadCrumb> ? categories, List<BreadCrumb> ? brands, PriceRange? priceRange, List<BreadCrumb> ? colors, List<BreadCrumb> ? sizes, List<Feature> ? features}) -
FilterDataModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
brands
↔ List<
BreadCrumb> ? -
read / write
-
breadCrumbs
↔ List<
BreadCrumb> ? -
read / write
-
categories
↔ List<
BreadCrumb> ? -
read / write
-
colors
↔ List<
BreadCrumb> ? -
read / write
-
features
↔ List<
Feature> ? -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- priceRange ↔ PriceRange?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
sizes
↔ List<
BreadCrumb> ? -
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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. [...]
inherited