Retrieves the arguments passed to the current route.
Returns a Map of arguments or null if no arguments were passed.
Map<String, dynamic> get args { return Go(this).currentArgs ?? {}; }