PageLimitModel constructor

PageLimitModel(
  1. int page,
  2. int limit
)

Implementation

PageLimitModel(this.page, this.limit);