run method

Future run()
override

Implementation

Future<dynamic> run() async
{
  return routeNodeToMap('', server.routing.root);
}