NoRouteFoundError constructor

NoRouteFoundError([
  1. String? routeName,
  2. dynamic params
])

Implementation

NoRouteFoundError([this.routeName, this.params]) {
  message = "No Route Found with name $routeName";
}