LoadCriteria class

Mixed in types

Constructors

LoadCriteria({int? skip, int? take, List<FilterCriteria>? filterBy, List<OrderCriteria>? orderBy})
LoadCriteria.fromJson(Map<String, dynamic> json)
factory

Properties

filterBy List<FilterCriteria>
final
hashCode int
The hash code for this object.
no setteroverride
orderBy List<OrderCriteria>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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 nonexistent 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