CarpenterCollectionQuery<TFilter, TSort> class
final
Constructors
- CarpenterCollectionQuery({required String search, required TFilter filter, required TSort sort})
-
const
Properties
Methods
-
copyWith(
{String? search, TFilter? filter, TSort? sort}) → CarpenterCollectionQuery< TFilter, TSort> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited