DataPaginate constructor

DataPaginate({
  1. int page = 1,
  2. int size = 30,
})

Implementation

DataPaginate({this.page = 1, this.size = 30});