limitToLast method

Query limitToLast(
  1. int limit
)

Generates a new Query object limited to the last specific number of children.

Implementation

external Query limitToLast(int limit);