NumberFilter class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

NumberFilter({required String? param, SortMode? sortMode, FilterActionType? filterActionType, int numberFilterType = NUMBER_FILTER_ALL})
NumberFilter.fromJson(Map<String, dynamic> json)
factory

Properties

filterActionType FilterActionType?
getter/setter pairinherited
filtersBuilder → MapBuilder<String, dynamic>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setterinherited
isReady bool
no setteroverride
isValid bool
no setteroverride
numberFilterType int
getter/setter pair
param String?
getter/setter pairinherited
paramAction String?
getter/setter pairinherited
paramSpecified bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortMode SortMode?
getter/setter pairinherited
value num?
getter/setter pairinherited
valueMax num?
getter/setter pair
valueMin num?
getter/setter pair
values List<num>?
getter/setter pairinherited

Methods

action(num value, String action) NumberFilter
inherited
build() Map<String, dynamic>
override
buildNumberFilter() Map<String, dynamic>
clear() → void
inherited
equals(num value) NumberFilter
inherited
fromJsonList(List? jsonList) List<NumberFilter>?
inherited
fromJsonMap(Map<String, dynamic>? json) NumberFilter?
fromJsonString(String? json) NumberFilter?
inherited
fromJsonStringList(String? jsonStringList) List<NumberFilter>?
inherited
isIn(List<num> values) NumberFilter
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
resetFiltersBuilder() → void
inherited
resetValues() → void
inherited
specified(bool value) NumberFilter
inherited
toJson() Map<String, dynamic>
toJsonMap() Map<String, dynamic>
inherited
toJsonString() String
inherited
toString() String
This is just to suggest children to implement a named constructor to support creating objects fromJson(...) and fromJsonString(...) as easy as T.build().fromJson(...) or T.build().fromJsonString(...)
inherited

Operators

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