PagingParams constructor

PagingParams([dynamic skip dynamic take 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.