DurationFilterRules<TItem extends Object> class

Inheritance

Constructors

DurationFilterRules({DurationFilterTypes filterType = DurationFilterTypes.all, FilterCriteria<Duration>? criteria, DateTime? firstDate, DateTime? lastDate})

Properties

criteria ↔ FilterCriteria<Duration>?
getter/setter pairinherited
filterType DurationFilterTypes
final
firstDate DateTime
final
hashCode int
The hash code for this object.
no setterinherited
lastDate DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showFilter(GridColumn<TItem, Duration> definition, ResponsiveDataGridState<TItem> grid) DataGridDurationColumnFilter<TItem>
override
toString() String
A string representation of this object.
inherited

Operators

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