DateFilter class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DateFilter({String? param, required String? paramStart, required String? paramEnd, SortMode? sortMode, FilterActionType? filterActionType, int dateFilterType = DATE_FILTER_ALL, bool dateFilterAsTimeMillis = false})
DateFilter.fromJson(Map<String, dynamic> json)
factory

Properties

dateEnd ↔ ZonedDateTime?
getter/setter pair
dateFilterAsTimeMillis bool
getter/setter pair
dateFilterType int
getter/setter pair
dateStart ↔ ZonedDateTime?
getter/setter pair
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
param String?
getter/setter pairinherited
paramAction String?
getter/setter pairinherited
paramEnd String?
getter/setter pair
paramSpecified bool?
getter/setter pairinherited
paramStart String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortMode SortMode?
getter/setter pairinherited
value String?
getter/setter pairinherited
values List<String>?
getter/setter pairinherited

Methods

action(String value, String action) DateFilter
inherited
build() Map<String, dynamic>
override
buildDateFilter() Map<String, dynamic>
clear() → void
inherited
equals(String value) DateFilter
inherited
fromJsonList(List? jsonList) List<DateFilter>?
inherited
fromJsonMap(Map<String, dynamic>? json) DateFilter?
fromJsonString(String? json) DateFilter?
inherited
fromJsonStringList(String? jsonStringList) List<DateFilter>?
inherited
getDateEnd() → ZonedDateTime?
getDateEndDynamic() → dynamic
getDateStart() → ZonedDateTime?
getDateStartDynamic() → dynamic
isIn(List<String> values) DateFilter
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
resetFiltersBuilder() → void
inherited
resetValues() → void
inherited
setDateEnd({ZonedDateTime? zonedDateTime, DateTime? dateTime, int? dateTimeMillis}) → void
setDateStart({ZonedDateTime? zonedDateTime, DateTime? dateTime, int? dateTimeMillis}) → void
specified(bool value) DateFilter
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