Nested<TEntity, TValue> class
Nested object or collection filter
- Inheritance
- Available extensions
Constructors
Properties
Methods
-
matches(
TEntity item) → bool -
Returns true when the nested value (or any value in its collection) matches filter.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
not(
) → Not< TEntity> -
Available on Filter<
Negates this filter.TEntity> , provided by the FilterOps extension -
toJson(
) → Map< String, dynamic> -
Serializes the nested filter to JSON.
override
-
toListQuery(
{String? search, Sort< T> ? sort, int? limit, int? offset, Map<String, dynamic> ? params}) → ListQueryParams<T> -
Available on Filter<
Converts this filter to a ListQueryParams object.T> , provided by the FilterToListQueryExtension extension -
toQuery(
{Map< String, dynamic> ? params}) → QueryParams<T> -
Available on Filter<
Converts this filter to a QueryParams object.T> , provided by the FilterToQueryExtension extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited