Pagination constructor

Pagination({
  1. int? totalCount,
})

Implementation

Pagination({this.totalCount});