ListQueryParams<T> constructor
const
ListQueryParams<T> ({})
Implementation
const ListQueryParams({
Map<String, dynamic>? this.params,
String? this.search,
Filter<T>? this.filter,
Sort<T>? this.sort,
int? this.limit,
int? this.offset,
}) : super();