PagingParams constructor Null safety

PagingParams(
  1. [dynamic skip,
  2. dynamic take,
  3. dynamic total]
)

Creates a new instance and sets its values.

  • skip the number of items to skip.
  • take the number of items to return.
  • total true to return the total number of items.