LoadCriteria class Null safety
- Mixed in types
Constructors
-
LoadCriteria({int? skip, int? take, List<
FilterCriteria> ? filterBy, List<OrderCriteria> ? orderBy})
Properties
-
filterBy
→ List<
FilterCriteria> -
final
- hashCode → int
-
The hash code for this object. [...]
read-only, override
-
orderBy
→ List<
OrderCriteria> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- skip → int?
-
final
- take → int?
-
final
Methods
-
copyWith(
{int? skip()?, int? take()?, List< FilterCriteria> ? filterBy()?, List<OrderCriteria> ? orderBy()?}) → LoadCriteria -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toJsonString(
) → String -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override