limitToLast method

InAppQueryReference limitToLast(
  1. int limit
)

Implementation

InAppQueryReference limitToLast(int limit) => _limit(limit, true);