PagingRestrictions class
- Implemented types
- Implementers
Constructors
- PagingRestrictions({int currentPage = 1, int pageSize = 30, String sortField = '', String sortOrder = ''})
-
const
-
PagingRestrictions.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{int? currentPage, int? pageSize, String? sortField, String? sortOrder}) → PagingRestrictions -
getOffset(
) → int -
override
-
getSortOrder(
) → PagingSortOrder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited