PagingParams constructor

PagingParams([dynamic skip = null dynamic take = null dynamic total = null ])

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.