top method
Implementation
Future<GraphQuery> top(
int top,
) async {
var GraphQuery = await this;
return GraphQuery.top(
top,
);
}
Future<GraphQuery> top(
int top,
) async {
var GraphQuery = await this;
return GraphQuery.top(
top,
);
}