NotRoutableWidgetException constructor

NotRoutableWidgetException(
  1. String routerName,
  2. Type widgetType
)

Implementation

NotRoutableWidgetException(this.routerName, this.widgetType) {
  message = "${widgetType.toString()} is not subType of RoutableWidget";
}