ListOptions constructor

ListOptions({
  1. required int page,
  2. int? itemsPerPage,
})

Implementation

ListOptions({required this.page, this.itemsPerPage});