cursorBefore static method

String cursorBefore(
  1. String id
)

Return results before id.

Refer to the Cursor Based Pagination docs for more information.

Implementation

static String cursorBefore(String id) =>
    Query._('cursorBefore', null, id).toString();