is_last_page()
array.is_last_page();
If the SubmissionDataArray
is a paginated result generated by a request (not manually constructed), is_last_page
will return a boolean indicating whether it is the last page of results.
See first_page, previous_page, next_page, and last_page.