RouterContext constructor

RouterContext({String path, String routeId, Map<String, String> params, Map<String, dynamic> queries, RouteHandler handler })

Implementation

RouterContext({this.path, this.routeId, this.params, this.queries, this.handler});