select static method

String select(
  1. List<String> attributes
)

Specify which attributes should be returned by the API call.

Implementation

static String select(List<String> attributes) =>
    Query._('select', null, attributes).toString();