FilterController class

Constructors

FilterController(List<FilterItem> filterItems)

Properties

filterItems List<FilterItem>
final
filterMapCondition Map<String, Object?>
no setter
hashCode int
The hash code for this object.
no setterinherited
mapCondition Map<String, Object?>
final
mapSortation Map<String, ESortMode>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyFilter(List<Map<String, Object?>?>? data) List<Map<String, Object?>?>
applySort(List<Map<String, Object?>?> data) List<Map<String, Object?>?>
clear() → void
getUnsignedVietnamese(String text) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateMapCondition(String? fieldName, Object value) → void
updateMapSortation(String fieldName, ESortMode sortMode) → void

Operators

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