menu
nui_core package
documentation
model/interfaces.dart
BasePaginationResponse
BasePaginationResponse constructor
BasePaginationResponse constructor
dark_mode
light_mode
BasePaginationResponse
constructor
BasePaginationResponse
(
{
int
?
start
,
int
?
end
,
int
?
limit
,
int
?
pageCount
,
int
?
total
,
int
?
page
,
})
Implementation
BasePaginationResponse({ this.start, this.end, this.limit, this.pageCount, this.total, this.page });
nui_core package
documentation
model/interfaces
BasePaginationResponse
BasePaginationResponse constructor
BasePaginationResponse class