PlutoLazyPaginationResponse constructor

PlutoLazyPaginationResponse({
  1. required int totalPage,
  2. required List<PlutoRow> rows,
})

Implementation

PlutoLazyPaginationResponse({
  required this.totalPage,
  required this.rows,
});