get method

Future get()

Implementation

Future<dynamic> get() async {
  var GraphQuery = await this;
  return GraphQuery.get();
}