offset static method

String offset(
  1. int offset
)

Return results from offset.

Refer to the Offset Pagination docs for more information.

Implementation

static String offset(int offset) =>
    Query._('offset', null, offset).toString();