NotRoutableWidgetException class
NotRoutableWidgetException: Exception thrown when trying to inject a non-routable widget during internal routing.
See RoutableWidget
See RouterWidget
- Implemented types
Constructors
- NotRoutableWidgetException(String routerName, Type widgetType)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String
-
Message of this error.
getter/setter pair
- routerName ↔ String
-
Route (path) that thrown this error.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- widgetType ↔ Type
-
RuntimeType of the widget sent.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited