model/base_api_query library
Classes
- ApiQuerySorting
-
The
ApiQuerySortingclass represents a sorting query for an API with a specified property and order. - BaseApiQuery
- The class represents a base API query with properties for limit, page, sorting, and includeMeta.
Enums
- ApiQuerySortingOrder
-
This is an enumeration in Dart that defines two values:
ascendinganddescending. Each value has a correspondingapiQuerySortingOrderstring value ('asc' forascendingand 'desc' fordescending).