TLoadOptions<T> constructor
const
TLoadOptions<T> ({})
Creates load options.
Implementation
const TLoadOptions({
required this.page,
required this.itemsPerPage,
this.search,
this.cursor,
this.advancedSearch,
});