RouteNotFoundError constructor

RouteNotFoundError({
  1. required String name,
})

Implementation

RouteNotFoundError({
  required this.name,
});