model/base_api_query library

Classes

ApiQuerySorting
The ApiQuerySorting class 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: ascending and descending. Each value has a corresponding apiQuerySortingOrder string value ('asc' for ascending and 'desc' for descending).