top method

Future<GraphQuery> top(
  1. int top
)

Implementation

Future<GraphQuery> top(int top) async {
  _top = top;
  return this;
}