NoRouteFoundError constructor
NoRouteFoundError([
- String? routeName,
- dynamic params
Implementation
NoRouteFoundError([this.routeName, this.params]) {
message = "No Route Found with name $routeName";
}