UnsupportedRouteException constructor

const UnsupportedRouteException(
  1. Route<Object?> route,
  2. String message
)

Implementation

const UnsupportedRouteException(this.route, this.message);