OnExceptionState constructor
OnExceptionState({
- required RouteInformation routeInformation,
- required Exception exception,
Implementation
OnExceptionState({
required this.routeInformation,
required this.exception,
});