toLink method

String toLink()

Implementation

String toLink() {
  if (queryTree.n == null) {
    throw "Service not specified";
  }
  queryTree.al = true;
  return jsonEncode(queryTree);
}